diff --git a/kitsune/questions/config.py b/kitsune/questions/config.py index 6c2bf4a16f6..b7113d26af3 100644 --- a/kitsune/questions/config.py +++ b/kitsune/questions/config.py @@ -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', @@ -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', @@ -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', @@ -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', @@ -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', @@ -297,7 +297,7 @@ 'tags': ['fix-problems'], }), ('calendar', { - 'name': _lazy('Calendar'), + 'name': _lazy(u'Calendar'), 'topic': 'calendar', 'tags': ['calendar'], }),