summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorYuli Huang <yuli@google.com>2012-05-02 00:50:56 +0800
committerYuli Huang <yuli@google.com>2012-05-02 18:33:29 +0800
commitf50ce2b708c0c70930a346206fdd526f53ae6004 (patch)
tree908eea4ea43361b6585a44e332495c1c24aee615 /res/values/strings.xml
parentedd4807d55c34683fdf87770559bd16a5f9163d7 (diff)
downloadandroid_packages_apps_Gallery2-f50ce2b708c0c70930a346206fdd526f53ae6004.tar.gz
android_packages_apps_Gallery2-f50ce2b708c0c70930a346206fdd526f53ae6004.tar.bz2
android_packages_apps_Gallery2-f50ce2b708c0c70930a346206fdd526f53ae6004.zip
Fix 'Edit' and 'Crop' behaviors.
1. Make Gallery show edited local photo after resuming, similar to how it shows cropped local photo after resuming. 2. Fix inconsistency between cropping local/PWA photo. bug:6168430 Change-Id: Ia350e0c67f05969ad42f56b9693c09c3b6433d3c
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3bff3ba5f..96176d5fb 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -147,10 +147,6 @@
[CHAR_LIMIT=20]-->
<string name="edit">Edit</string>
- <!-- String used in a toast message indicating there is no application
- available to handle a request [CHAR LIMIT=50] -->
- <string name="activity_not_found">No app is available to complete the action.</string>
-
<!-- String used as a title of a progress dialog. The user can
choose to cache some Picasa picture albums on device, so it can
be viewed offline. This string is shown when the request is being
@@ -234,10 +230,6 @@
<string name="crop_saved">
Cropped image saved to <xliff:g id="folder_name">%s</xliff:g>.</string>
- <!-- Toast message shown when the cropped image is not saved
- [CHAR LIMIT=50]-->
- <string name="crop_not_saved">Cropped image wasn\'t saved.</string>
-
<!-- Toast message shown when there is no albums available [CHAR LIMIT=50]-->
<string name="no_albums_alert">No albums available.</string>