diff options
| author | 2012-10-08 16:38:05 -0700 | |
|---|---|---|
| committer | 2012-10-08 16:38:50 -0700 | |
| commit | 6c5bd361fe1bd5cbf0b8bea3026d83e7bd655ea3 (patch) | |
| tree | fd0d699efbc387ef04cc7a3e74d9f867c4203cc5 | |
| parent | b88311685c84fe4a5b763c510cc630c9d4b1d036 (diff) | |
Fix "checking account" string
Fixes bug 7309934
Change-Id: Ia665142b8dcd8de424312bd7bf0800d7b871b03b
| -rwxr-xr-x | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index fb8005ac0055..1c71e644f877 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3875,7 +3875,7 @@ <!-- Hint text shown when user has too many failed password attempts in account unlock screen of keyguard --> <string name="kg_login_account_recovery_hint">Forgot your username or password\?\nVisit <b>google.com/accounts/recovery</b>.</string> <!-- Message shown while device checks username/password in account unlock screen of keyguard --> - <string name="kg_login_checking_password">Unlocking SIM\u2026</string> + <string name="kg_login_checking_password">Checking account\u2026</string> <!-- Message shown in dialog when max number of attempts are reached for PIN screen of keyguard --> <string name="kg_too_many_failed_pin_attempts_dialog_message"> You have incorrectly typed your PIN <xliff:g id="number">%d</xliff:g> times. |