Bug 1404796 - Add space in the Display name of Firefox {Nightly, Developer Edition} r?glandium draft
authorSylvestre Ledru <sledru@mozilla.com>
Mon, 02 Oct 2017 16:49:48 +0200
changeset 708911 00612644cef97f17075bc632de4ace1e155137b1
parent 708910 9ed6ea9f9f341fa0eaea8b928d27347128ada741
child 743272 c280b757eb5f8e56a46e32356f0ce9fda2412141
push id92478
push userbmo:sledru@mozilla.com
push dateThu, 07 Dec 2017 09:34:52 +0000
reviewersglandium
bugs1404796
milestone59.0a1
Bug 1404796 - Add space in the Display name of Firefox {Nightly, Developer Edition} r?glandium MozReview-Commit-ID: 4yzNWFRa7Lf
browser/branding/aurora/configure.sh
browser/branding/nightly/configure.sh
--- a/browser/branding/aurora/configure.sh
+++ b/browser/branding/aurora/configure.sh
@@ -1,7 +1,7 @@
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
-MOZ_APP_DISPLAYNAME=FirefoxDeveloperEdition
+MOZ_APP_DISPLAYNAME="Firefox Developer Edition"
 MOZ_APP_REMOTINGNAME=firefox-dev
 MOZ_DEV_EDITION=1
--- a/browser/branding/nightly/configure.sh
+++ b/browser/branding/nightly/configure.sh
@@ -1,5 +1,5 @@
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
-MOZ_APP_DISPLAYNAME=FirefoxNightly
+MOZ_APP_DISPLAYNAME="Firefox Nightly"