summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJohn Wang <johnwang@google.com>2011-06-13 16:17:39 -0700
committerJohn Wang <johnwang@google.com>2011-06-13 16:17:39 -0700
commit49572479a9cb479f2b323f011c1a9f8142ec1a46 (patch)
tree19acd5c0227b4ba4b9973fd21a97cd5dca45c592 /core
parent77079399fca3e9c71e2ac06f3da26934e1c278b9 (diff)
downloadframeworks_base-49572479a9cb479f2b323f011c1a9f8142ec1a46.zip
frameworks_base-49572479a9cb479f2b323f011c1a9f8142ec1a46.tar.gz
frameworks_base-49572479a9cb479f2b323f011c1a9f8142ec1a46.tar.bz2
Update sim missing message in lock screen.
Update SIM missing message to include SIM corrupted situation. bug:4392059 Change-Id: Icf2f8d801a2e2761a309442209118a6a71a4c633
Diffstat (limited to 'core')
-rwxr-xr-xcore/res/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 20ee8ff..0161e1c 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -1726,6 +1726,8 @@
<string name="lockscreen_missing_sim_message" product="default">No SIM card in phone.</string>
<!-- Shown in the lock screen to ask the user to insert a SIM card. -->
<string name="lockscreen_missing_sim_instructions">Please insert a SIM card.</string>
+ <!-- Shown in the lock screen to ask the user to insert a SIM card when sim is missing or not readable. -->
+ <string name="lockscreen_missing_sim_instructions_long">The SIM card is missing or not readable. Please insert a SIM card.</string>
<!-- Shown in the lock screen when there is emergency calls only mode. -->
<string name="emergency_calls_only" msgid="2485604591272668370">Emergency calls only</string>