From 19316e382c0a2ae5105c746191c3fba90f54995b Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Sun, 13 Jan 2019 12:42:47 +0100 Subject: simplify translated default.svg --- src/file.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/file.cpp') 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-.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")); } -- cgit v1.2.3