From 78323d5c1c555d0f515f1737c0d659da89021cff Mon Sep 17 00:00:00 2001 From: Chris Van Date: Wed, 26 Dec 2012 08:41:03 -0500 Subject: [PATCH] replace legacy "Mobile" with "Firefox for Android" in "Other Applications" drop-down menu (bug 824314) --- apps/constants/applications.py | 2 +- templates/base.html | 2 +- templates/impala/base.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/constants/applications.py b/apps/constants/applications.py index f9e5acafb8c..e7090c8746d 100644 --- a/apps/constants/applications.py +++ b/apps/constants/applications.py @@ -100,7 +100,7 @@ class ANDROID(App): id = 61 short = 'android' shortername = 'an' - pretty = _(u'Android') + pretty = _(u'Firefox for Android') browser = True types = [ADDON_EXTENSION, ADDON_DICT, ADDON_SEARCH, ADDON_LPAPP, ADDON_PERSONA] diff --git a/templates/base.html b/templates/base.html index 821e592aa79..0290a078f9d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -76,7 +76,7 @@ {{ _('Other Applications') }}