diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-02 16:16:39 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-02 16:16:39 +0200 |
commit | 3925937354bcddc1ec10b458a38d5d3dc0199157 (patch) | |
tree | f417a129bf6a5644fbf852ac084dfbd9b5e5633b /extensions/BMO | |
parent | be3d775cdec8af249a40b1b63a87305fe6cbf7fc (diff) | |
download | bugzilla-3925937354bcddc1ec10b458a38d5d3dc0199157.tar.gz bugzilla-3925937354bcddc1ec10b458a38d5d3dc0199157.tar.xz |
Bug 769731 - Please rename the "Fennec Native" product to "Firefox for Android"
r=glob
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 8 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/global/choose-product.html.tmpl | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 02d5aadd3..5d8d6acbe 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -52,7 +52,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Boot2Gecko" => [], "Core" => [], "Fennec" => [], - "Fennec Native" => [], + "Firefox for Android" => [], "Firefox" => [], "Marketplace" => [], "mozilla.org" => [], @@ -71,7 +71,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "AUS" => [], "Core" => [], "Fennec" => [], - "Fennec Native" => [], + "Firefox for Android" => [], "Marketing" => ["General"], "mozilla.org" => ["Release Engineering", qr/^Release Engineering: /], "Mozilla Localizations" => [], @@ -104,7 +104,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Core" => [], "Directory" => [], "Fennec" => [], - "Fennec Native" => [], + "Firefox for Android" => [], "Firefox" => [], "MailNews Core" => [], "mozilla.org" => ["Release Engineering", qr/^Release Engineering: /], @@ -142,7 +142,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Camino" => [], "Composer" => [], "Fennec" => [], - "Fennec Native" => [], + "Firefox for Android" => [], "Firefox" => [], "Mozilla Localizations" => [], "Mozilla Services" => [], diff --git a/extensions/BMO/template/en/default/global/choose-product.html.tmpl b/extensions/BMO/template/en/default/global/choose-product.html.tmpl index c72d72229..813a35725 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -97,8 +97,8 @@ icon="seamonkey.png" %] [% INCLUDE easyproduct - name="Fennec Native" - icon="fennec.png" + name="Firefox for Android" + icon="firefox.png" %] [% INCLUDE easyproduct name="Mozilla Localizations" |