Bug 1248046 - clarify "content updates" label under Home in Settings r=margaret

MozReview-Commit-ID: JBNhZUOel7h
This commit is contained in:
Grigory Kruglov 2016-03-09 10:23:07 -08:00
Родитель b4d4407145
Коммит 88e03421ff
3 изменённых файлов: 9 добавлений и 3 удалений

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

@ -193,7 +193,8 @@
selected to be added to the home page. -->
<!ENTITY home_add_panel_installed "\'&formatS;\' added to homepage">
<!ENTITY pref_category_home_content_settings "Content settings">
<!ENTITY pref_home_updates "Automatic updates">
<!ENTITY pref_category_home_add_ons "Add-ons">
<!ENTITY pref_home_updates2 "Content updates">
<!ENTITY pref_home_updates_enabled "Enabled">
<!ENTITY pref_home_updates_wifi "Only over Wi-Fi">
<!ENTITY pref_home_suggested_sites "Show site suggestions">

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

@ -28,6 +28,10 @@
android:summary="@string/pref_home_suggested_sites_summary"
android:defaultValue="true" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_category_home_add_ons">
<ListPreference android:key="home.sync.updateMode"
android:title="@string/pref_home_updates"
android:entries="@array/pref_home_updates_entries"

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

@ -186,11 +186,12 @@
<string name="home_add_panel_empty">&home_add_panel_empty;</string>
<string name="home_add_panel_installed">&home_add_panel_installed;</string>
<string name="pref_category_home_content_settings">&pref_category_home_content_settings;</string>
<string name="pref_home_updates">&pref_home_updates;</string>
<string name="pref_home_updates_enabled">&pref_home_updates_enabled;</string>
<string name="pref_home_updates_wifi">&pref_home_updates_wifi;</string>
<string name="pref_home_suggested_sites">&pref_home_suggested_sites;</string>
<string name="pref_home_suggested_sites_summary">&pref_home_suggested_sites_summary;</string>
<string name="pref_category_home_add_ons">&pref_category_home_add_ons;</string>
<string name="pref_home_updates">&pref_home_updates2;</string>
<string name="pref_home_updates_enabled">&pref_home_updates_enabled;</string>
<string name="pref_category_home_homepage">&pref_category_home_homepage;</string>
<string name="home_homepage_title">&home_homepage_title;</string>
<string name="home_homepage_radio_default">&home_homepage_radio_default;</string>