summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2011-07-19 11:15:03 -0700
committerTom Taylor <tomtaylor@google.com>2011-07-19 11:15:03 -0700
commit22c80259e32726d07236f03b5cd05be37b3b5281 (patch)
tree4dc4d6367ccbf912ed43cebc7d873d7e77e0e9c4 /res/values/strings.xml
parent0edda96c21ad9ed6246178b67dd2aec64b818720 (diff)
downloadMms-22c80259e32726d07236f03b5cd05be37b3b5281.tar.gz
Display an error message
Vzw FR Request to Display "Error Network Problem" when there is an error during transmission. Bug 2494479 Change-Id: Iea289a96db611c566a8c9e0aeca9666663c3b736
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a5e75f22..9726f786 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -217,6 +217,8 @@
<string name="service_not_activated">Service not activated on network.</string>
<!-- If a message has expired and is no longer available on MMSC, show this toast. [CHAR LIMIT=NONE] -->
<string name="service_message_not_found">Message expired or not available.</string>
+ <!-- If a message can't be sent because of a MMSC network problem, show this toast. [CHAR LIMIT=NONE] -->
+ <string name="service_network_problem">Error network problem.</string>
<!-- Dialog message text when the user tries to send a message with invalid recipients -->
<string name="invalid_recipient_message">Please correct the recipient(s) or they will not receive the message.</string>
<!-- Dialog box title indicating the message cannot be sent because there are no valid recipients -->