summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Sandler <dsandler@android.com> 2018-04-19 09:12:56 -0700
committer android-build-merger <android-build-merger@google.com> 2018-04-19 09:12:56 -0700
commitd952116e47cfd2cbeef55276fd60d8e169c3a14d (patch)
treed59f0eb4de496d09326ae3cf0c26f422c0e96e67
parent07f9557866077396e36c964e940530beedb76d90 (diff)
parent8375834cc8d2d9b8807460203a0925d2dca097e4 (diff)
Merge "Clean up punctuation in SIM locked strings." into pi-dev
am: 8375834cc8 Change-Id: I69ed6b40698c28dd0a3d806f80e0af947949e25f
-rw-r--r--packages/SystemUI/res-keyguard/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res-keyguard/values/strings.xml b/packages/SystemUI/res-keyguard/values/strings.xml
index 825308336ca5..ed63089f22dd 100644
--- a/packages/SystemUI/res-keyguard/values/strings.xml
+++ b/packages/SystemUI/res-keyguard/values/strings.xml
@@ -382,9 +382,9 @@
<!-- Instructions telling the user remaining times when enter SIM PIN view. -->
<plurals name="kg_password_default_pin_message">
- <item quantity="one">Enter SIM PIN, you have <xliff:g id="number">%d</xliff:g> remaining
+ <item quantity="one">Enter SIM PIN. You have <xliff:g id="number">%d</xliff:g> remaining
attempt before you must contact your carrier to unlock your device.</item>
- <item quantity="other">Enter SIM PIN, you have <xliff:g id="number">%d</xliff:g> remaining
+ <item quantity="other">Enter SIM PIN. You have <xliff:g id="number">%d</xliff:g> remaining
attempts.</item>
</plurals>