diff options
| author | Scott Kennedy <skennedy@google.com> | 2013-04-22 18:31:26 -0700 |
|---|---|---|
| committer | Scott Kennedy <skennedy@google.com> | 2013-04-23 13:12:31 -0700 |
| commit | 643846abbd1ae60454fc8191992afffd08114e98 (patch) | |
| tree | 11ad908eaded41780affe1bb8411eaeaf21d3348 /res/xml | |
| parent | 7ed75feb1492ac3350ba00527a11d26a239e4511 (diff) | |
| download | android_packages_apps_Email-643846abbd1ae60454fc8191992afffd08114e98.tar.gz android_packages_apps_Email-643846abbd1ae60454fc8191992afffd08114e98.tar.bz2 android_packages_apps_Email-643846abbd1ae60454fc8191992afffd08114e98.zip | |
Settings changes
Bug: 8685202
Change-Id: Ica781557b91e5ed43221f6e28b9d65cbb044ea55
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/general_preferences.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/general_preferences.xml b/res/xml/general_preferences.xml index e48d6288e..4223170f0 100644 --- a/res/xml/general_preferences.xml +++ b/res/xml/general_preferences.xml @@ -64,11 +64,11 @@ android:summary="@string/general_preference_reply_all_summary" /> <CheckBoxPreference - android:key="conversation-list-swipe-action" + android:key="conversation-list-swipe" android:persistent="false" android:defaultValue="true" - android:title="@string/general_preference_swipe_delete_label" - android:summary="@string/general_preference_swipe_delete_summary" /> + android:title="@string/preference_swipe_title" + android:summary="@string/preference_swipe_description" /> <PreferenceScreen android:key="clear_trusted_senders" |
