OSDN Git Service

Change "Done" to "Save" in editor
authorBobby Georgescu <georgescu@google.com>
Wed, 10 Oct 2012 23:42:48 +0000 (16:42 -0700)
committerBobby Georgescu <georgescu@google.com>
Wed, 10 Oct 2012 23:54:26 +0000 (16:54 -0700)
Bug: 7325784
Change-Id: I82732252ae6047f1bf50ccde2ede22a9f9bc8e31

res/layout/filtershow_actionbar.xml
res/values/strings.xml

index 064b0e6..6aea8c6 100644 (file)
@@ -19,7 +19,7 @@
     android:layout_height="match_parent"
     android:background="@drawable/filtershow_button_background"
     android:id="@+id/filtershow_done"
-    android:text="@string/done"
+    android:text="@string/save"
     android:gravity="center_vertical"
     android:textSize="18dip"
     android:drawableLeft="?android:attr/actionModeCloseDrawable" />
\ No newline at end of file
index 92d4308..854893e 100644 (file)
     <!-- Text to show with progress bar while stitching in Gallery -->
     <string name="pano_progress_text">Rendering panorama</string>
 
+    <!-- The label on the button that will save an edited image -->
+    <string name="save" msgid="8140440041190264400">Save</string>
 </resources>