Bug 750746 - Correct pairing instructions in Sync setup. r=rnewman

This commit is contained in:
Chenxia Liu 2012-05-15 12:32:03 -07:00
parent 7be4b8f3cb
commit 093e06150a
3 changed files with 3 additions and 2 deletions

View File

@ -46,6 +46,7 @@
<!-- Pair Device -->
<!ENTITY sync.pair.tryagain.label 'Please try again.'>
<!ENTITY sync.pair.connectlocation.label 'To activate your new device, select “Set up &syncBrand.shortName.label;” on the device, and then select “I Have an Account.”'>
<!-- Firefox SyncAdapter Settings Screen -->
<!ENTITY sync.settings.options.label 'Options'>

View File

@ -26,7 +26,7 @@
style="@style/SyncTextItem"
android:layout_marginTop="20dp"
android:layout_marginBottom="10dp"
android:text="@string/sync_subtitle_connect" />
android:text="@string/sync_subtitle_pair" />
<TextView
style="@style/SyncLinkItem"

View File

@ -5,7 +5,7 @@
<!-- J-PAKE PIN Screen -->
<string name="sync_subtitle_header">&sync.subtitle.header.label;</string>
<string name="sync_subtitle_connect">&sync.subtitle.connectlocation.label;</string>
<string name="sync_subtitle_pair">&sync.subtitle.pair.label;</string>
<string name="sync_subtitle_pair">&sync.pair.connectlocation.label;</string>
<string name="sync_pin_default">&sync.pin.oneline.label;</string>
<string name="sync_link_show"><u>&sync.link.show.label;</u></string>
<string name="sync_link_advancedsetup"><u>&sync.link.advancedsetup.label;</u></string>