Skip to content

Commit eaa0bc5

Browse files
committed
Replace missleading "Save" and use "Ok" when applying changes in a password entry
1 parent 4f90a58 commit eaa0bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/res/layout/fragment_show_entry.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
android:layout_gravity="right"
134134
android:layout_marginTop="10sp"
135135
android:background="@android:color/transparent"
136-
android:drawableTop="@drawable/save"
137-
android:text="Save"/>
136+
android:drawableTop="@drawable/ok"
137+
android:text="Ok"/>
138138

139139
<Button
140140
android:id="@+id/areYouSureButton"

0 commit comments

Comments
 (0)