summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Claudia de Veaux <deveaux@google.com> 2011-08-30 11:05:31 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-08-30 11:05:31 -0700
commitfbc4fe3e329285b17f2586c81d6894355dd32b12 (patch)
treeb490cb091978b980f2210d9aa33158fe9a8c0542
parent0e35c78d25a8df8b3bde566ad6c474f9df242ea4 (diff)
parentb5f34b855b29ad93e91668dfe6bdde6d7dd66839 (diff)
Merge "Remove unnecessary parenthesees in "No service" lock screen string. Bug: 5221160"
-rwxr-xr-xcore/res/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index de10825af5c9..547e1fcb8663 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -1763,7 +1763,7 @@
--> <skip />
<!-- On the keyguard screen, it shows the carrier the phone is connected to. This is displayed if the phone is not connected to a carrier.-->
- <string name="lockscreen_carrier_default">(No service)</string>
+ <string name="lockscreen_carrier_default">No service.</string>
<!-- Shown in the lock screen to tell the user that the screen is locked. -->
<string name="lockscreen_screen_locked">Screen locked.</string>