summaryrefslogtreecommitdiffstats
path: root/res/menu/photo.xml
diff options
context:
space:
mode:
authorYuli Huang <yuli@google.com>2011-09-09 17:09:39 +0800
committerYuli Huang <yuli@google.com>2011-09-10 11:26:27 +0800
commit1d8303b290a0c2fba972886045027b38d0c38ab4 (patch)
tree1a5433034d8cdbe11c77c78db7f32738add9b60b /res/menu/photo.xml
parent280b150f211d6afc5740c50db46dd223ec33bc47 (diff)
downloadandroid_packages_apps_Gallery2-1d8303b290a0c2fba972886045027b38d0c38ab4.tar.gz
android_packages_apps_Gallery2-1d8303b290a0c2fba972886045027b38d0c38ab4.tar.bz2
android_packages_apps_Gallery2-1d8303b290a0c2fba972886045027b38d0c38ab4.zip
Move PhotoEditor strings into Gallery2.
1. Rename Gallery string "crop" to "crop_action". 2. Rename PhotoEditor string "app_name" to "photoeditor_name". Change-Id: I22279e7e45b690f22fe8e0e8dd645bb4df821646
Diffstat (limited to 'res/menu/photo.xml')
-rw-r--r--res/menu/photo.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/photo.xml b/res/menu/photo.xml
index b5103579e..7ba03b7fc 100644
--- a/res/menu/photo.xml
+++ b/res/menu/photo.xml
@@ -58,7 +58,7 @@
android:title="@string/set_image"
android:showAsAction="never" />
<item android:id="@+id/action_crop"
- android:title="@string/crop"
+ android:title="@string/crop_action"
android:showAsAction="never" />
<item android:id="@+id/action_edit"
android:title="@string/edit"