summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
Diffstat (limited to 'sysui')
-rw-r--r--sysui/desktop/macosx/gen_strings.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysui/desktop/macosx/gen_strings.pl b/sysui/desktop/macosx/gen_strings.pl
index 4ba73faccdbf..9c6ffee7d28b 100644
--- a/sysui/desktop/macosx/gen_strings.pl
+++ b/sysui/desktop/macosx/gen_strings.pl
@@ -94,7 +94,6 @@ sub print_lang
if ( $lang ne $_ && $lang eq $this_lang && exists $documents{$last_section} ) {
# replacing product variable doesn't work inside zip files and also not for UTF-16
next if /%PRODUCTNAME/;
-# s/%PRODUCTNAME/\${FILEFORMATNAME} \${FILEFORMATVERSION}/g;
s/$lang/"$documents{$last_section}"/;
s/\n/;\n/;
print;