diff options
| author | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-07-24 16:48:39 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-07-24 16:48:39 +0000 |
| commit | 5ea11c4e998e76784d90279c32b78231aa39ff48 (patch) | |
| tree | 76e71f687ed5d550469086d137cca38ec231c62c /src | |
| parent | SelectedColor: Add reminder (diff) | |
| download | inkscape-5ea11c4e998e76784d90279c32b78231aa39ff48.tar.gz inkscape-5ea11c4e998e76784d90279c32b78231aa39ff48.zip | |
Marks string as translatable.
Fixes https://gitlab.com/inkscape/inkscape/issues/349
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/save-template-dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/save-template-dialog.cpp b/src/ui/dialog/save-template-dialog.cpp index 0eca28dfd..5a8afa92b 100644 --- a/src/ui/dialog/save-template-dialog.cpp +++ b/src/ui/dialog/save-template-dialog.cpp @@ -24,7 +24,7 @@ SaveTemplate::SaveTemplate() : author_label(_("Author: "), Gtk::ALIGN_START), description_label(_("Description: "), Gtk::ALIGN_START), keywords_label(_("Keywords: "), Gtk::ALIGN_START), - is_default_template("Set as default template") + is_default_template(_("Set as default template")) { resize(400, 200); |
