summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2011-06-17 13:23:20 -0700
committerTom Taylor <tomtaylor@google.com>2011-06-17 13:23:20 -0700
commitaae8aa699c55a05e8a582398b9451bcf0678f0e3 (patch)
tree377a1cb3703c3a9f0501838c3dc14e7128cf1ada /res/values/strings.xml
parent4de7286a4b4b3a2c68a62695275722a9c5718b59 (diff)
downloadMms-aae8aa699c55a05e8a582398b9451bcf0678f0e3.tar.gz
Fix error message string
Bug 2494480 Change-Id: I66abd2eb9c3225bff7fb9118d1dc172ab1012951
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1e85757b..a4015c05 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -211,7 +211,7 @@
<!-- Dialog box title indicating which recipients are invalid when the user tries to send a message with invalid recipients -->
<string name="has_invalid_recipient">Invalid recipient(s): &lt;<xliff:g id="name">%1$s</xliff:g>&gt;</string>
<!-- While sending a message, if it has invalid recipient, display this message. -->
- <string name="invalid_destination">You have entered an invalid address.</string>
+ <string name="invalid_destination">Invalid destination address.</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 -->