Bug 1051597 - Fix typo in options.sourceeditor.expandtab.tooltip. r=jwalker

This commit is contained in:
Brian Grinstead 2014-08-10 18:12:00 -04:00
parent 7113fe0d6e
commit 2715a8194c

View File

@ -175,7 +175,7 @@ Gecko platform symbols">
<!ENTITY options.sourceeditor.autoclosebrackets.label "Autoclose brackets"> <!ENTITY options.sourceeditor.autoclosebrackets.label "Autoclose brackets">
<!ENTITY options.sourceeditor.autoclosebrackets.tooltip "Automatically insert closing brackets"> <!ENTITY options.sourceeditor.autoclosebrackets.tooltip "Automatically insert closing brackets">
<!ENTITY options.sourceeditor.expandtab.label "Indent using spaces"> <!ENTITY options.sourceeditor.expandtab.label "Indent using spaces">
<!ENTITY options.sourceeditor.expandtab.tooltip "Use spaces intead of the tab character"> <!ENTITY options.sourceeditor.expandtab.tooltip "Use spaces instead of the tab character">
<!ENTITY options.sourceeditor.tabsize.label "Tab size"> <!ENTITY options.sourceeditor.tabsize.label "Tab size">
<!ENTITY options.sourceeditor.tabsize.accesskey "T"> <!ENTITY options.sourceeditor.tabsize.accesskey "T">
<!ENTITY options.sourceeditor.keybinding.label "Keybindings"> <!ENTITY options.sourceeditor.keybinding.label "Keybindings">