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
parent 85a3a0d665
commit b8615d5f11
5 changed files with 6 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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