Correct the browser and platform names in devtools\client

This commit is contained in:
JustOff 2018-06-18 18:51:16 +03:00 committed by Roy Tam
commit 8bc34e125d
10 changed files with 39 additions and 23 deletions

View file

@ -7,6 +7,10 @@
- in the Web Developer menu.
- -->
<!ENTITY % brandDTD
SYSTEM "chrome://branding/locale/brand.dtd">
%brandDTD;
<!ENTITY title "Connect">
<!ENTITY header "Connect to remote device">
<!ENTITY host "Host:">
@ -24,7 +28,7 @@
<!-- LOCALIZATION NOTE (remoteHelp, remoteDocumentation, remoteHelpSuffix):
these strings will be concatenated in a single label, remoteDocumentation will
be used as text for a link to MDN. -->
<!ENTITY remoteHelp "Firefox Developer Tools can debug remote devices (Firefox for Android and Firefox OS, for example). Make sure that you have turned on the Remote debugging option in the remote device. For more, see the ">
<!ENTITY remoteHelp "&brandShortName; Developer Tools can debug remote devices (Firefox for Android, for example). Make sure that you have turned on the Remote debugging option in the remote device. For more, see the ">
<!ENTITY remoteDocumentation "documentation">
<!ENTITY remoteHelpSuffix ".">