Bug 1427497 - Change Add-on Debugger to Debug Add-ons in menus. r=Fallen
This commit is contained in:
Родитель
e4a067f0d7
Коммит
cf5ff36e6e
|
@ -2165,8 +2165,8 @@
|
|||
key="key_devtoolsToolbox"
|
||||
oncommand="BrowserToolboxProcess.init();"/>
|
||||
<menuitem id="appmenu_addonDebugging"
|
||||
label="&addonDebugCmd.label;"
|
||||
accesskey="&addonDebugCmd.accesskey;"
|
||||
label="&debugAddonsCmd.label;"
|
||||
accesskey="&debugAddonsCmd.accesskey;"
|
||||
oncommand="openAboutDebugging('addons')"/>
|
||||
<menuitem id="appmenu_tabsDebugging"
|
||||
label="&tabsDebugCmd.label;"
|
||||
|
@ -3093,8 +3093,8 @@
|
|||
key="key_devtoolsToolbox"
|
||||
oncommand="BrowserToolboxProcess.init();"/>
|
||||
<menuitem id="addonDebugging"
|
||||
label="&addonDebugCmd.label;"
|
||||
accesskey="&addonDebugCmd.accesskey;"
|
||||
label="&debugAddonsCmd.label;"
|
||||
accesskey="&debugAddonsCmd.accesskey;"
|
||||
oncommand="openAboutDebugging('addons')"/>
|
||||
<menuitem id="tabsDebugging"
|
||||
label="&tabsDebugCmd.label;"
|
||||
|
|
|
@ -507,8 +507,8 @@
|
|||
<!ENTITY devToolboxCmd.label "Developer Toolbox">
|
||||
<!ENTITY devToolboxCmd.accesskey "T">
|
||||
<!ENTITY devToolboxCmd.commandkey "i">
|
||||
<!ENTITY addonDebugCmd.label "Add-on Debugger">
|
||||
<!ENTITY addonDebugCmd.accesskey "A">
|
||||
<!ENTITY debugAddonsCmd.label "Debug Add-ons">
|
||||
<!ENTITY debugAddonsCmd.accesskey "A">
|
||||
<!ENTITY tabsDebugCmd.label "Content Frame Debugger">
|
||||
<!ENTITY tabsDebugCmd.accesskey "C">
|
||||
<!ENTITY errorConsoleCmd.label "Error Console">
|
||||
|
|
Загрузка…
Ссылка в новой задаче