Bug 970743 - Add android:summary text to Customize > Home. r=sola

This commit is contained in:
Chenxia Liu 2014-03-11 18:59:34 -07:00
Родитель 0612aa3073
Коммит f40cffecd3
5 изменённых файлов: 6 добавлений и 1 удалений

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

@ -89,6 +89,7 @@
<!ENTITY pref_remember_signons "Remember passwords">
<!ENTITY pref_category_home "Home">
<!ENTITY pref_category_home_summary "Customize your homepage">
<!ENTITY pref_category_home_panels "Panels">
<!ENTITY pref_home_add_panel "Add panel">
<!ENTITY home_add_panel_title "Add new panel">

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

@ -10,6 +10,7 @@
android:enabled="false">
<PreferenceScreen android:title="@string/pref_category_home"
android:summary="@string/pref_category_home_summary"
android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
<extra android:name="resource"
android:value="preferences_home" />

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

@ -17,6 +17,7 @@
android:persistent="false" />
<PreferenceScreen android:title="@string/pref_category_home"
android:summary="@string/pref_category_home_summary"
android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
<extra android:name="resource"
android:value="preferences_home" />

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

@ -7,7 +7,8 @@
xmlns:gecko="http://schemas.android.com/apk/res-auto"
android:enabled="false">
<PreferenceScreen android:title="@string/pref_category_home" >
<PreferenceScreen android:title="@string/pref_category_home"
android:summary="@string/pref_category_home_summary" >
<intent android:action="android.intent.action.VIEW"
android:targetPackage="@string/android_package_name"
android:targetClass="org.mozilla.gecko.preferences.GeckoPreferences" >

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

@ -112,6 +112,7 @@
<string name="pref_developer_remotedebugging_docs">&pref_developer_remotedebugging_docs;</string>
<string name="pref_category_home">&pref_category_home;</string>
<string name="pref_category_home_summary">&pref_category_home_summary;</string>
<string name="pref_category_home_panels">&pref_category_home_panels;</string>
<string name="pref_home_add_panel">&pref_home_add_panel;</string>
<string name="home_add_panel_title">&home_add_panel_title;</string>