mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 973371 - Clarify a label for a checkbox in the Profile Manager. r=benjamin
This commit is contained in:
parent
d9cb2d618a
commit
a43cd36900
@ -27,5 +27,5 @@
|
||||
<!ENTITY offlineState.label "Work offline">
|
||||
<!ENTITY offlineState.accesskey "o">
|
||||
|
||||
<!ENTITY autoSelect.label "Don't ask at startup">
|
||||
<!ENTITY autoSelect.accesskey "s">
|
||||
<!ENTITY useSelected.label "Use the selected profile without asking at startup">
|
||||
<!ENTITY useSelected.accesskey "s">
|
||||
|
@ -62,8 +62,8 @@
|
||||
<!-- Bug 257777 -->
|
||||
<checkbox id="offlineState" label="&offlineState.label;" accesskey="&offlineState.accesskey;"/>
|
||||
|
||||
<checkbox id="autoSelectLastProfile" label="&autoSelect.label;"
|
||||
accesskey="&autoSelect.accesskey;"/>
|
||||
<checkbox id="autoSelectLastProfile" label="&useSelected.label;"
|
||||
accesskey="&useSelected.accesskey;"/>
|
||||
</vbox>
|
||||
|
||||
</hbox>
|
||||
|
Loading…
Reference in New Issue
Block a user