Bug 762395 - Rename "Responsive Mode" to "Responsive Design View". r=paul

This commit is contained in:
Dão Gottwald 2012-06-12 19:18:19 +02:00
parent d9d4d8babc
commit 4b7d2d8ff2
5 changed files with 8 additions and 8 deletions

View File

@ -162,7 +162,7 @@
key="key_inspect"/>
<menuitem id="appmenu_responsiveUI"
hidden="true"
label="&responsiveUI.label;"
label="&responsiveDesignTool.label;"
type="checkbox"
command="Tools:ResponsiveUI"
key="key_responsiveUI"/>

View File

@ -538,8 +538,8 @@
<menuitem id="menu_responsiveUI"
type="checkbox"
hidden="true"
label="&responsiveUI.label;"
accesskey="&responsiveUI.accesskey;"
label="&responsiveDesignTool.label;"
accesskey="&responsiveDesignTool.accesskey;"
key="key_responsiveUI"
command="Tools:ResponsiveUI"/>
<menuitem id="menu_debugger"

View File

@ -253,7 +253,7 @@
modifiers="accel,shift"
#endif
/>
<key id="key_responsiveUI" key="&responsiveUI.commandkey;" command="Tools:ResponsiveUI"
<key id="key_responsiveUI" key="&responsiveDesignTool.commandkey;" command="Tools:ResponsiveUI"
#ifdef XP_MACOSX
modifiers="accel,alt"
#else

View File

@ -1047,7 +1047,7 @@
hidden="true"
command="Tools:Inspect"/>
<toolbarbutton id="developer-toolbar-responsiveui"
label="&responsiveUI.label;"
label="&responsiveDesignTool.label;"
class="devtools-toolbarbutton"
hidden="true"
command="Tools:ResponsiveUI"/>

View File

@ -214,9 +214,9 @@ These should match what Safari and other Apple applications use on OS X Lion. --
<!ENTITY inspectContextMenu.label "Inspect Element">
<!ENTITY inspectContextMenu.accesskey "Q">
<!ENTITY responsiveUI.label "Responsive Mode">
<!ENTITY responsiveUI.accesskey "R">
<!ENTITY responsiveUI.commandkey "M">
<!ENTITY responsiveDesignTool.label "Responsive Design View">
<!ENTITY responsiveDesignTool.accesskey "R">
<!ENTITY responsiveDesignTool.commandkey "M">
<!-- LOCALIZATION NOTE (scratchpad.label): This menu item label appears
- in the Tools menu. See bug 653093.