diff options
author | Scott Kennedy <skennedy@google.com> | 2013-04-24 18:15:19 -0700 |
---|---|---|
committer | Scott Kennedy <skennedy@google.com> | 2013-04-24 18:15:19 -0700 |
commit | c726d4fa6cd5239f9b902e954efaab7752d26471 (patch) | |
tree | 4e8ed976c4a378577837c8d75bb8836430f8d2f7 /res/values/strings.xml | |
parent | 156a9bde06ec72f497f50ad1c7258636067512a6 (diff) | |
download | android_packages_apps_Email-c726d4fa6cd5239f9b902e954efaab7752d26471.tar.gz android_packages_apps_Email-c726d4fa6cd5239f9b902e954efaab7752d26471.tar.bz2 android_packages_apps_Email-c726d4fa6cd5239f9b902e954efaab7752d26471.zip |
Add "Reply all" setting to tablets
This controls the notification action on tablets.
Change-Id: I0b8df2ded371820f0dada3f1b11cebad462962ed
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5dadf3fd8..92adc598e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1162,11 +1162,6 @@ as <xliff:g id="filename">%s</xliff:g>.</string> <!-- General preference: Text zoom. Value is "huge" (+2) [CHAR LIMIT=32] --> <string name="general_preference_text_zoom_huge">Huge</string> - <!-- Settings screen, Reply to all default setting title [CHAR LIMIT=30] --> - <string msgid="6469564953937885304" name="general_preference_reply_all_label">Reply all</string> - <!-- Settings screen, Reply to all default setting summary [CHAR LIMIT=70] --> - <string msgid="3356918650886350497" name="general_preference_reply_all_summary">Make \"Reply all\" the default for message replies</string> - <!-- Settings screen, title used to clear the setting for the list of senders to automatically show pictures for [CHAR LIMIT=80] --> <string name="general_preferences_clear_trusted_senders_title" |