summaryrefslogtreecommitdiffstats
path: root/res/values/ids.xml
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-03-15 17:33:14 -0700
committerScott Kennedy <skennedy@google.com>2013-03-15 19:54:53 -0700
commit6a3d5ce0b18f58fcfa1af0315dc8ddc7331c2c5f (patch)
treeee582d8b62ce1b27228d65377b65124c1e74f9c7 /res/values/ids.xml
parent2e9cef068501643d82bb4eca20aedaea79ccc600 (diff)
downloadandroid_packages_apps_UnifiedEmail-6a3d5ce0b18f58fcfa1af0315dc8ddc7331c2c5f.tar.gz
android_packages_apps_UnifiedEmail-6a3d5ce0b18f58fcfa1af0315dc8ddc7331c2c5f.tar.bz2
android_packages_apps_UnifiedEmail-6a3d5ce0b18f58fcfa1af0315dc8ddc7331c2c5f.zip
Change the undo message for a "Move to" action
Previously, the undo bar toast could only show the currently displayed folder, but we want to be able to say something like "Moved to Social". So now, we can pass in any folder that we consider the recipient of the action, and this is the folder name that gets displayed in the toast. Change-Id: I0b17462be86657f7d0c9a3504d15091a157a2292
Diffstat (limited to 'res/values/ids.xml')
-rw-r--r--res/values/ids.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml
index 84042cec5..0039aab60 100644
--- a/res/values/ids.xml
+++ b/res/values/ids.xml
@@ -21,4 +21,5 @@
<item type="id" name="reply_state" />
<item type="id" name="manage_folders_item"/>
<item type="id" name="contact_image" />
+ <item type="id" name="move_folder" />
</resources>