mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 669909 follow-up: My Sync Key and View Quota shouldn't have ellipsis. r=mconnor DONTBUILD
This commit is contained in:
parent
d6fbbacf55
commit
fe5f694eb3
@ -98,12 +98,12 @@
|
||||
label="&manageAccount.label;"
|
||||
accesskey="&manageAccount.accesskey;">
|
||||
<menupopup>
|
||||
<menuitem label="&viewQuota2.label;"
|
||||
<menuitem label="&viewQuota.label;"
|
||||
oncommand="gSyncPane.openQuotaDialog();"/>
|
||||
<menuseparator/>
|
||||
<menuitem label="&changePassword2.label;"
|
||||
oncommand="gSyncUtils.changePassword();"/>
|
||||
<menuitem label="&mySyncKey2.label;"
|
||||
<menuitem label="&mySyncKey.label;"
|
||||
oncommand="gSyncUtils.resetPassphrase();"/>
|
||||
<menuseparator/>
|
||||
<menuitem label="&resetSync2.label;"
|
||||
|
@ -12,9 +12,9 @@
|
||||
<!-- Manage Account -->
|
||||
<!ENTITY manageAccount.label "Manage Account">
|
||||
<!ENTITY manageAccount.accesskey "A">
|
||||
<!ENTITY viewQuota2.label "View Quota…">
|
||||
<!ENTITY viewQuota.label "View Quota">
|
||||
<!ENTITY changePassword2.label "Change Password…">
|
||||
<!ENTITY mySyncKey2.label "My Sync Key…">
|
||||
<!ENTITY mySyncKey.label "My Sync Key">
|
||||
<!ENTITY resetSync2.label "Reset Sync…">
|
||||
|
||||
<!ENTITY addDevice.label "Add a Device">
|
||||
|
Loading…
Reference in New Issue
Block a user