author | J. Ryan Stinnett <jryans@gmail.com> |
Tue, 15 Oct 2013 10:00:51 -0500 | |
changeset 150897 | f6da81bbc6d764f17a2c78d396e6a161a58007ae |
parent 150896 | bd3b467614f4e50de3068fd144f05e275199f244 |
child 150898 | 03d629375717504ad58652bff8bac141130a011f |
push id | 25471 |
push user | cbook@mozilla.com |
push date | Wed, 16 Oct 2013 11:04:43 +0000 |
treeherder | mozilla-central@c14ca6b27b30 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | vporof |
bugs | 926929 |
milestone | 27.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/devtools/framework/connect/connect.xhtml +++ b/browser/devtools/framework/connect/connect.xhtml @@ -40,11 +40,11 @@ <p>&availableTabs;</p> <ul class="actors" id="tabActors"></ul> <p>&availableProcesses;</p> <ul class="actors" id="globalActors"></ul> </section> <section id="connecting"> <p><img src="chrome://browser/skin/tabbrowser/loading.png"></img> &connecting;</p> </section> - <footer>&help;</footer> + <footer>&help2;</footer> </body> </html>
--- a/browser/locales/en-US/chrome/browser/devtools/connection-screen.dtd +++ b/browser/locales/en-US/chrome/browser/devtools/connection-screen.dtd @@ -14,9 +14,9 @@ <!ENTITY connect "Connect"> <!ENTITY connecting "Connecting…"> <!ENTITY availableTabs "Available remote tabs:"> <!ENTITY availableProcesses "Available remote processes:"> <!ENTITY connectionError "Error:"> <!ENTITY errorTimeout "Error: connection timeout."> <!ENTITY errorRefused "Error: connection refused."> <!ENTITY errorUnexpected "Unexpected error."> -<!ENTITY help "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. See the <a target='_' href='https://developer.mozilla.org/docs/Tools/Debugger#Remote_Debugging'>documentation</a> for more."> +<!ENTITY help2 "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. See the <a target='_' href='https://developer.mozilla.org/docs/Tools/Remote_Debugging'>documentation</a> for more.">