mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
Bug 766999 - In the developer toolbar, the debugger should be named "debugger", not "Script"; r=past,dao,rcampbell
This commit is contained in:
parent
f94c5f945e
commit
59aabc5ac5
@ -1051,7 +1051,7 @@
|
|||||||
hidden="true"
|
hidden="true"
|
||||||
command="Tools:ResponsiveUI"/>
|
command="Tools:ResponsiveUI"/>
|
||||||
<toolbarbutton id="developer-toolbar-debugger"
|
<toolbarbutton id="developer-toolbar-debugger"
|
||||||
label="&scriptsButton.label;"
|
label="&debuggerMenu.label2;"
|
||||||
class="devtools-toolbarbutton"
|
class="devtools-toolbarbutton"
|
||||||
hidden="true"
|
hidden="true"
|
||||||
command="Tools:Debugger"/>
|
command="Tools:Debugger"/>
|
||||||
|
@ -242,7 +242,6 @@ These should match what Safari and other Apple applications use on OS X Lion. --
|
|||||||
|
|
||||||
<!ENTITY webConsoleButton.label "Web Console">
|
<!ENTITY webConsoleButton.label "Web Console">
|
||||||
<!ENTITY inspectorButton.label "Inspector">
|
<!ENTITY inspectorButton.label "Inspector">
|
||||||
<!ENTITY scriptsButton.label "Scripts">
|
|
||||||
|
|
||||||
<!ENTITY inspectorHTMLCopyInner.label "Copy Inner HTML">
|
<!ENTITY inspectorHTMLCopyInner.label "Copy Inner HTML">
|
||||||
<!ENTITY inspectorHTMLCopyInner.accesskey "I">
|
<!ENTITY inspectorHTMLCopyInner.accesskey "I">
|
||||||
|
Loading…
Reference in New Issue
Block a user