summaryrefslogtreecommitdiffstats
path: root/solenv/bin/desktop-translate.pl
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/desktop-translate.pl')
-rw-r--r--solenv/bin/desktop-translate.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/desktop-translate.pl b/solenv/bin/desktop-translate.pl
index 2b7b88263fb8..0680431fad4d 100644
--- a/solenv/bin/desktop-translate.pl
+++ b/solenv/bin/desktop-translate.pl
@@ -66,7 +66,7 @@ if (!defined $template_dir) {
# hack for unity section
my $outkey = $key;
-if ( $outkey eq "UnityQuicklist" ) {
+if ( $outkey eq "UnityQuickList" ) {
$outkey = "Name";
}