OSDN Git Service

Update confirm button label
authorMaurice Lam <yukl@google.com>
Wed, 18 Oct 2017 23:16:35 +0000 (16:16 -0700)
committerMaurice Lam <yukl@google.com>
Wed, 18 Oct 2017 23:16:35 +0000 (16:16 -0700)
Test: Existing tests pass
Bug: 65123475
Change-Id: Ib730507db54fe2bab881fa040ead737c6736ee1a

res/values/strings.xml
src/com/android/settings/password/ChooseLockPassword.java

index 9687bf2..0f5a751 100644 (file)
     <string name="lockpassword_pin_no_sequential_digits">Ascending, descending, or repeated sequence
         of digits isn\'t allowed</string>
 
-    <!-- Label for ChoosePassword/PIN OK button -->
-    <string name="lockpassword_ok_label">OK</string>
+    <!-- Label for Confirm button when entering PIN / password the second time. [CHAR LIMIT=30] -->
+    <string name="lockpassword_confirm_label">Confirm</string>
 
     <!-- Label for ChoosePassword/PIN OK button -->
     <string name="lockpassword_cancel_label">Cancel</string>
index 9f5192d..e5fbe6c 100644 (file)
@@ -267,7 +267,7 @@ public class ChooseLockPassword extends SettingsActivity {
                     0,
                     0,
                     0,
-                    R.string.lockpassword_ok_label),
+                    R.string.lockpassword_confirm_label),
 
             ConfirmWrong(
                     R.string.lockpassword_confirm_passwords_dont_match,