Bug 913665 - Fix wrong entity. r=fitzgen

This commit is contained in:
Hubert B Manilla 2014-01-14 09:49:08 -05:00
Родитель cb4aad546f
Коммит 38bba68a56
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -177,7 +177,7 @@
<menuitem id="auto-pretty-print"
type="checkbox"
label="&debuggerUI.autoPrettyPrint;"
accesskey="&debuggerUI.autoPrettyPrint.key;"
accesskey="&debuggerUI.autoPrettyPrint.accesskey;"
command="toggleAutoPrettyPrint"/>
<menuitem id="pause-on-exceptions"
type="checkbox"

Просмотреть файл

@ -44,7 +44,7 @@
<!-- LOCALIZATION NOTE (debuggerUI.autoPrettyPrint): This is the label for the
- checkbox that toggles auto pretty print. -->
<!ENTITY debuggerUI.autoPrettyPrint "Auto Prettify Minified Sources">
<!ENTITY debuggerUI.autoPrettyPrint.key "P">
<!ENTITY debuggerUI.autoPrettyPrint.accesskey "P">
<!-- LOCALIZATION NOTE (debuggerUI.sources.toggleBreakpoints): This is the tooltip for the
- button that toggles all breakpoints for all sources. -->