summaryrefslogtreecommitdiff
path: root/solenv/bin/desktop-translate.pl
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-10-23 10:26:11 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-10-23 12:32:09 +0200
commite60872a5894ee86b0db455d97c8373f995fc9612 (patch)
treee7e99e534595ed0f65703c5153ae591b33f61b62 /solenv/bin/desktop-translate.pl
parent3622c7027af764e21ba48777f746a393e817ac63 (diff)
lp#1170035: Fix l10n for quicklist
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";
}