summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index 083987116..250ec7c2b 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -1112,3 +1112,12 @@ word_wrap(string input, int columns)
return output;
}
+
+
+string
+default_template_name()
+{
+ /// TRANSLATORS: this is the name of the template that will be used by default when
+ /// creating a new film.
+ return _("Default");
+}