Skip to content

Commit

Permalink
Merge pull request mozilla#2833 from MikkCZ/aaq-tiles-localization
Browse files Browse the repository at this point in the history
Fix AAQ tiles l10n
  • Loading branch information
rehandalal committed Apr 4, 2016
2 parents bb1cd35 + 23f1dae commit 3ff0309
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kitsune/questions/config.py
Expand Up @@ -161,7 +161,7 @@

('ios', {
'name': _lazy(u'Firefox for iOS'),
'subtitle': _lazy('Firefox for iPhone, iPad and iPod touch devices'),
'subtitle': _lazy(u'Firefox for iPhone, iPad and iPod touch devices'),
'extra_fields': ['ff_version', 'os', 'plugins'],
'tags': ['ios'],
'product': 'ios',
Expand All @@ -186,7 +186,7 @@

('focus', {
'name': _lazy(u'Focus by Firefox'),
'subtitle': _lazy('Content blocker for Safari'),
'subtitle': _lazy(u'Content blocker for Safari'),
'extra_fields': [],
'tags': ['focus-firefox'],
'product': 'focus-firefox',
Expand All @@ -201,7 +201,7 @@

('firefox-os', {
'name': _lazy(u'Firefox OS'),
'subtitle': _lazy('Mobile OS for smartphones'),
'subtitle': _lazy(u'Mobile OS for smartphones'),
'extra_fields': ['device', 'os'],
'tags': [],
'product': 'firefox-os',
Expand Down Expand Up @@ -230,7 +230,7 @@

('webmaker', {
'name': _lazy(u'Webmaker'),
'subtitle': _lazy('Tools for creating and teaching the web'),
'subtitle': _lazy(u'Tools for creating and teaching the web'),
'extra_fields': [],
'tags': [],
'product': 'webmaker',
Expand Down Expand Up @@ -267,7 +267,7 @@

('thunderbird', {
'name': _lazy(u'Thunderbird'),
'subtitle': 'Email software for Windows, Mac and Linux',
'subtitle': _lazy(u'Email software for Windows, Mac and Linux'),
'extra_fields': [],
'tags': [],
'product': 'thunderbird',
Expand Down Expand Up @@ -297,7 +297,7 @@
'tags': ['fix-problems'],
}),
('calendar', {
'name': _lazy('Calendar'),
'name': _lazy(u'Calendar'),
'topic': 'calendar',
'tags': ['calendar'],
}),
Expand Down

0 comments on commit 3ff0309

Please sign in to comment.