diff options
| author | Gyuris Gellért <bubu@ujevangelizacio.hu> | 2019-08-28 08:55:14 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-08-28 08:55:14 +0000 |
| commit | bba805fa6bf00581c496b28f0ed1df2ac881e6ac (patch) | |
| tree | aabebcb52dd06ec25edf526761373d10cfa48d0a /src/help.cpp | |
| parent | Translated nb.po, 49% complete. (diff) | |
| download | inkscape-bba805fa6bf00581c496b28f0ed1df2ac881e6ac.tar.gz inkscape-bba805fa6bf00581c496b28f0ed1df2ac881e6ac.zip | |
Unify translatable inkscape.org links and add translation comments
Diffstat (limited to '')
| -rw-r--r-- | src/help.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/help.cpp b/src/help.cpp index 5bfa282a9..e6a7c4e99 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -43,9 +43,11 @@ void sp_help_open_tutorial(Glib::ustring name) ConcreteInkscapeApplication<Gtk::Application>* app = &(ConcreteInkscapeApplication<Gtk::Application>::get_instance()); app->create_window(file, false, false); } else { + // TRANSLATORS: Please don't translate link unless the page exists in your language. Add your language code to + // the link this way: https://inkscape.org/[lang]/learn/tutorials/ sp_ui_error_dialog(_("The tutorial files are not installed.\nFor Linux, you may need to install " "'inkscape-tutorials'; for Windows, please re-run the setup and select 'Tutorials'.\nThe " - "tutorials can also be found online at https://inkscape.org/learn/tutorials/")); + "tutorials can also be found online at https://inkscape.org/en/learn/tutorials/")); } } |
