From ddeb8b51fff33b9503eca3c13e8fd113324fa91c Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Sat, 16 Feb 2019 19:09:11 +0100 Subject: Revert to "default.$lang.svg" as name for default templates It was changed in 19316e382c0a2ae5105c746191c3fba90f54995b to avoid some CMake trouble but breaks the established naming scheme and is not necessary after the previous commit. --- src/file.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/file.cpp') diff --git a/src/file.cpp b/src/file.cpp index cce831827..1de03951f 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -160,9 +160,7 @@ 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. + // TRANSLATORS: translate this into "default..svg" (for instance, default.fr.svg) return Inkscape::IO::Resource::get_filename(TEMPLATES, "default.svg", _("default.svg")); } -- cgit v1.2.3