mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 618704 - "Add a device" string is hard-coded in Firefox preferences, Sync panel. r+a=gavin
This commit is contained in:
parent
a5d8091505
commit
ddb76d556a
@ -147,10 +147,9 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<!-- TODO l10n -->
|
||||
<label class="text-link"
|
||||
onclick="gSyncPane.openAddDevice(); return false;"
|
||||
value="Add a Device"/>
|
||||
value="&addDevice.label;"/>
|
||||
</groupbox>
|
||||
<groupbox>
|
||||
<caption label="&syncPrefsCaption.label;"/>
|
||||
|
@ -19,6 +19,7 @@
|
||||
<!ENTITY mySyncKey.label "My Sync Key">
|
||||
<!ENTITY resetSync.label "Reset Sync">
|
||||
<!ENTITY stopUsingAccount.label "Stop Using This Account">
|
||||
<!ENTITY addDevice.label "Add a Device">
|
||||
|
||||
<!-- Sync Settings -->
|
||||
<!ENTITY syncPrefsCaption.label "Browser Sync">
|
||||
|
Loading…
Reference in New Issue
Block a user