Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 688274a4 authored by Bobby Georgescu's avatar Bobby Georgescu
Browse files

Change "Done" to "Save" in editor

Bug: 7325784
Change-Id: I82732252ae6047f1bf50ccde2ede22a9f9bc8e31
parent 9b900e0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -500,4 +500,6 @@
    <!-- 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>