diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-19 02:48:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-19 02:48:56 +0200 |
commit | e7b69b29df1593be14ce7c6efdad2f2c973a1c01 (patch) | |
tree | 02acf498588790ca037cdf5db53c01b5c328c7fc /devtools/client/locales/en-US/webide.properties | |
parent | 34302180b38e903c7c071b501cbc8be89efd56ec (diff) | |
parent | 9a19018b3703f7a3aab88d167680b114fa1c4e6a (diff) | |
download | UXP-e7b69b29df1593be14ce7c6efdad2f2c973a1c01.tar UXP-e7b69b29df1593be14ce7c6efdad2f2c973a1c01.tar.gz UXP-e7b69b29df1593be14ce7c6efdad2f2c973a1c01.tar.lz UXP-e7b69b29df1593be14ce7c6efdad2f2c973a1c01.tar.xz UXP-e7b69b29df1593be14ce7c6efdad2f2c973a1c01.zip |
Merge pull request #515 from JustOff/PR_devtools_strings
Correct the browser and platform names in DevTools
Diffstat (limited to 'devtools/client/locales/en-US/webide.properties')
-rw-r--r-- | devtools/client/locales/en-US/webide.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devtools/client/locales/en-US/webide.properties b/devtools/client/locales/en-US/webide.properties index 2368ad7f1..7218afd99 100644 --- a/devtools/client/locales/en-US/webide.properties +++ b/devtools/client/locales/en-US/webide.properties @@ -2,8 +2,8 @@ # 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/. -title_noApp=Firefox WebIDE -title_app=Firefox WebIDE: %S +title_noApp=WebIDE +title_app=WebIDE: %S runtimeButton_label=Select Runtime projectButton_label=Open App @@ -49,7 +49,7 @@ error_appProjectsLoadFailed=Unable to load project list. This can occur if you†error_folderCreationFailed=Unable to create project folder in the selected directory. # Variable: runtime app build ID (looks like this %Y%M%D format) and firefox build ID (same format) -error_runtimeVersionTooRecent=The connected runtime has a more recent build date (%1$S) than your desktop Firefox (%2$S) does. This is an unsupported setup and may cause DevTools to fail. Please update Firefox. +error_runtimeVersionTooRecent=The connected runtime has a more recent build date (%1$S) than your desktop browser (%2$S) does. This is an unsupported setup and may cause DevTools to fail. Please update the browser. addons_stable=stable addons_unstable=unstable |