зеркало из https://github.com/mozilla/pjs.git
bug 373530 - Add missing accesskey to General prefs tab. Patch by C��dric Corazza <cedric.corazza@wanadoo.fr>, r=lilmatt
This commit is contained in:
Родитель
92ddbc20db
Коммит
85e714384e
|
@ -128,8 +128,10 @@
|
|||
<groupbox>
|
||||
<caption label="&pref.refreshbox.label;"/>
|
||||
<hbox align="center">
|
||||
<checkbox label="&pref.autorefresh.label;"
|
||||
preference="calendar.autorefresh.enabled"/>
|
||||
<checkbox id="autorefreshenabled"
|
||||
label="&pref.autorefresh.label;"
|
||||
preference="calendar.autorefresh.enabled"
|
||||
accesskey="&pref.autorefresh.accesskey;"/>
|
||||
<textbox id="refreshtimeout"
|
||||
preference="calendar.autorefresh.timeout"
|
||||
maxlength="3"
|
||||
|
|
|
@ -51,3 +51,4 @@
|
|||
<!ENTITY pref.defaultsnoozelength.accesskey "S">
|
||||
<!ENTITY pref.refreshbox.label "Refresh Settings" >
|
||||
<!ENTITY pref.autorefresh.label "Refresh calendars every" >
|
||||
<!ENTITY pref.autorefresh.accesskey "R" >
|
||||
|
|
Загрузка…
Ссылка в новой задаче