summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/menu/photo.xml4
-rw-r--r--res/values/strings.xml6
2 files changed, 9 insertions, 1 deletions
diff --git a/res/menu/photo.xml b/res/menu/photo.xml
index 9074aaa07..48742d12c 100644
--- a/res/menu/photo.xml
+++ b/res/menu/photo.xml
@@ -47,6 +47,10 @@
android:title="@string/edit"
android:showAsAction="never"
android:visible="false" />
+ <item android:id="@+id/action_simple_edit"
+ android:title="@string/simple_edit"
+ android:showAsAction="never"
+ android:visible="false" />
<item android:id="@+id/action_rotate_ccw"
android:showAsAction="never"
android:title="@string/rotate_left" />
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6e35bfc14..27663c946 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -167,10 +167,14 @@
<!-- Toast message prompted when the specified item is not found [CHAR LIMIT=40]-->
<string name="no_such_item">Couldn\'t find item.</string>
- <!-- String used as a menu label. The suer can choose to edit the image
+ <!-- String used as a menu label. The user can choose to edit the image
[CHAR_LIMIT=20]-->
<string name="edit">Edit</string>
+ <!-- String used as a menu label. The user can choose to edit the image
+ [CHAR_LIMIT=20]-->
+ <string name="simple_edit">Simple Edit</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