Fix bug 51151, "(D)" was being appended to a pref label (because the accesskey was a letter that the label didn't contain), fixed by just changing the accesskey. r=gemal sr=brendan

This commit is contained in:
blakeross%telocity.com 2006-05-17 02:28:13 +00:00
parent 1cfe6e3b9c
commit d1affe4f4d

View File

@ -72,7 +72,7 @@
<!ENTITY defaultScaling "96">
<!ENTITY fontScalingExample "dpi. (e.g. 96dpi)">
<!ENTITY resolution.label "Screen resolution:">
<!ENTITY resolution.accesskey "d">
<!ENTITY resolution.accesskey "e">
<!ENTITY fixedFonts.label "Fixed-width fonts:">
<!ENTITY variableFonts.label "Variable-width fonts:">