Bug 618704 - "Add a device" string is hard-coded in Firefox preferences, Sync panel. r+a=gavin

This commit is contained in:
Philipp von Weitershausen 2010-12-12 15:24:49 -08:00
parent a5d8091505
commit ddb76d556a
2 changed files with 2 additions and 2 deletions

View File

@ -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;"/>

View File

@ -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">