mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Correct the browser and platform names in devtools\client
This commit is contained in:
parent
65c35bbe06
commit
8bc34e125d
10 changed files with 39 additions and 23 deletions
|
|
@ -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 ".">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue