summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPaul Soulos <psoulos@google.com>2014-08-20 17:02:16 -0700
committerPaul Soulos <psoulos@google.com>2014-08-21 15:29:14 +0000
commit9f3f8879da6149930c1527e699d481c4acbb3006 (patch)
treef8ba06d868b2eafe6adc7666117271a431e8c213 /res/values
parent8b3d71d4e0ab077a8f97835bda072fe5fe3078b6 (diff)
downloadandroid_packages_apps_Contacts-9f3f8879da6149930c1527e699d481c4acbb3006.tar.gz
android_packages_apps_Contacts-9f3f8879da6149930c1527e699d481c4acbb3006.tar.bz2
android_packages_apps_Contacts-9f3f8879da6149930c1527e699d481c4acbb3006.zip
Adds a "You: " prefix to messages sent by you
bug: 17107373 Change-Id: I93518d0c98f27b89f9db1f1d0372d84ffee8dade
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5f17bcd14..5497ee2e5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -702,4 +702,7 @@
<!-- Content description for directions secondary button [CHAR LIMIT=NONE] -->
<string name="content_description_directions">directions to location</string>
+ <!-- Prefix for messages that you sent [CHAR LIMIT=40] -->
+ <string name="message_from_you_prefix">You: <xliff:g id="sms_body">%s</xliff:g></string>
+
</resources>