Bug 602896 - Change Sync account label [r=mbrubeck]

This commit is contained in:
Mark Finkle 2010-10-08 14:34:40 -04:00
Родитель f852a5a221
Коммит e2248785e2
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -443,7 +443,7 @@
</setting>
#ifdef MOZ_SERVICES_SYNC
<settings id="prefs-sync" label="&sync.title;">
<setting id="sync-account" type="string" title="&sync.account;"/>
<setting id="sync-account" type="string" title="&sync.account2;"/>
<setting id="sync-pass" type="string" inputtype="password" title="&sync.password;"/>
<setting id="sync-secret" type="string" inputtype="string" title="&sync.syncKey;"/>
<setting id="sync-device" type="string" title="&sync.deviceName;" onchange="WeaveGlue.changeName(this);" collapsed="true"/>

Просмотреть файл

@ -19,7 +19,7 @@
<!ENTITY homepage.default "&brandShortName; Start">
<!ENTITY homepage.currentpage "Use Current Page">
<!ENTITY sync.title "Sync">
<!ENTITY sync.account "Username/Email">
<!ENTITY sync.account2 "Account Name">
<!ENTITY sync.password "Password">
<!ENTITY sync.syncKey "Sync Key">
<!ENTITY sync.deviceName "Device Name">