summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/templates/create_default_templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/create_default_templates.py b/share/templates/create_default_templates.py
index eb8de35ed..bec6c514e 100755
--- a/share/templates/create_default_templates.py
+++ b/share/templates/create_default_templates.py
@@ -53,7 +53,7 @@ for language in languages:
# now create localized version of English template file (if we have a translation)
template_file = source_dir + '/share/templates/default.svg'
- output_file = binary_dir + '/share/templates/default-' + language + '.svg'
+ output_file = binary_dir + '/share/templates/default.' + language + '.svg'
if os.path.isfile(output_file):
os.remove(output_file)