aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-07-11 16:02:14 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-07-11 16:02:14 +0300
commit411c4e60c88f205d843d1c7782014ff34fd145e1 (patch)
treef18ebd27049d19c3d1f61a3d6d3827f36f12b0a7
parentb7a84c691b373570be941113316d3c28c5a9d8d4 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-411c4e60c88f205d843d1c7782014ff34fd145e1.tar.gz
android_packages_wallpapers_PhotoPhase-411c4e60c88f205d843d1c7782014ff34fd145e1.tar.bz2
android_packages_wallpapers_PhotoPhase-411c4e60c88f205d843d1c7782014ff34fd145e1.zip
PhotoPhase: Remove references to inexistent strings
These were removed in 22aecd384c4ec60c8c663540875beede462d40b7 but not removed from the preferences xml. Build was not broken until today's translation sync because it picked the missing strings from the translations. Change-Id: Ia4db2c4ef4a3dcbc6b9be0c9d1f22ab2b4423b50
-rw-r--r--res/xml/preferences_general.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/xml/preferences_general.xml b/res/xml/preferences_general.xml
index e6e89a1..1a20f9a 100644
--- a/res/xml/preferences_general.xml
+++ b/res/xml/preferences_general.xml
@@ -40,7 +40,6 @@
<ListPreference
android:key="ui_touch_action"
android:title="@string/pref_general_touch_action"
- android:summary="@string/pref_general_touch_action_summary"
android:persistent="true"
android:entries="@array/touch_actions_labels"
android:entryValues="@array/touch_actions_values"
@@ -88,7 +87,6 @@
<MultiSelectListPreference
android:key="ui_effect_types"
android:title="@string/pref_general_effects_types"
- android:summary="@string/pref_general_effects_types_summary"
android:persistent="true"
android:entries="@array/effects_labels"
android:entryValues="@array/effects_values"