diff options
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/file.cpp b/src/file.cpp index 255ed467b..903795071 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -163,6 +163,9 @@ SPDesktop *sp_file_new(const std::string &templ) Glib::ustring sp_file_default_template_uri() { + // TRANSLATORS: translate this into "default-<yourcodename>.svg" (for instance, default-fr.svg) + // and double-check that share/templates/create_defaults.pl contains a translation for your language + // If in doubt about this, ask a developer. return Inkscape::IO::Resource::get_filename(TEMPLATES, "default.svg", _("default.svg")); } |
