diff options
| author | 2011-08-12 23:22:08 -0700 | |
|---|---|---|
| committer | 2011-08-12 23:22:08 -0700 | |
| commit | a91f2703aeee2acdf314d79667afd38229f76b9f (patch) | |
| tree | 1fda6b90d0c3d312297447458dd5b1ab21f4e79f | |
| parent | 3a5f2e6f09ec473149596fb7ac5aefe6c7e83583 (diff) | |
| parent | 35b0777f26b9a5a89658431b7fd01e0d23097ae7 (diff) | |
Merge "Update sim_removed_message string."
| -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 71e302fcadee..6b0c6a3f3d4b 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2619,7 +2619,7 @@      <!-- See SIM_REMOVED_DIALOG.  This is the title of that dialog. -->      <string name="sim_removed_title">SIM card removed</string>      <!-- See SIM_REMOVED_DIALOG.  This is the message of that dialog. --> -    <string name="sim_removed_message">The mobile network will be unavailable until you replace the SIM card.</string> +    <string name="sim_removed_message">The mobile network will be unavailable until you restart with a valid SIM card inserted.</string>      <!-- See SIM_REMOVED_DIALOG.  This is the button of that dialog. -->      <string name="sim_done_button">Done</string>      <!-- See SIM_ADDED_DIALOG.  This is the title of that dialog. --> |