summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/save-template-dialog.cpp2
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);