mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 471668: add access key for sanitizeDurationBox, r=gavin
This commit is contained in:
parent
eb9081f1b2
commit
34344ee7c5
@ -198,7 +198,8 @@
|
||||
<groupbox orient="vertical">
|
||||
<caption label="&historySection.label;"/>
|
||||
<hbox id="SanitizeDurationBox" align="center">
|
||||
<label value="&clearDuration.label;" control="sanitizeDurationChoice" id="sanitizeDurationLabel"/>
|
||||
<label value="&clearDuration.label;" control="sanitizeDurationChoice"
|
||||
accesskey="&clearDuration.accesskey;" id="sanitizeDurationLabel"/>
|
||||
<menulist id="sanitizeDurationChoice"
|
||||
preference="privacy.sanitize.timeSpan">
|
||||
<menupopup>
|
||||
|
@ -7,6 +7,7 @@
|
||||
<!-- XXX rearrange entities to match physical layout when l10n isn't an issue -->
|
||||
|
||||
<!ENTITY clearDuration.label "Remove ">
|
||||
<!ENTITY clearDuration.accesskey "R">
|
||||
<!ENTITY clearDuration.lastHour "the last hour">
|
||||
<!ENTITY clearDuration.last2Hours "the last 2 hours">
|
||||
<!ENTITY clearDuration.last4Hours "the last 4 hours">
|
||||
|
Loading…
Reference in New Issue
Block a user