summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2011-07-07 11:08:54 -0700
committerTom Taylor <tomtaylor@google.com>2011-07-07 11:08:54 -0700
commit94d2c07f4bc00baaa8d833062df386914930b58e (patch)
tree35e9fedca4a8462bb20efef83244900fa8ed23ea /res
parent12de25a6f806848952d8c334a90c5884aba4690f (diff)
downloadandroid_packages_apps_BasicSmsReceiver-94d2c07f4bc00baaa8d833062df386914930b58e.tar.gz
android_packages_apps_BasicSmsReceiver-94d2c07f4bc00baaa8d833062df386914930b58e.tar.bz2
android_packages_apps_BasicSmsReceiver-94d2c07f4bc00baaa8d833062df386914930b58e.zip
Add string descriptions and lengths
Bug 5000494 Change-Id: Iba3d4d7b7aa6347ee9dad9f3925c7bc93b745de4
Diffstat (limited to 'res')
-rwxr-xr-xres/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 81dfc6d..e4e9ccf 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -15,7 +15,10 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Name of this application. [CHAR LIMIT=NONE] -->
<string name="sms_app_name">Simple message receiver</string>
- <string name="sms_message_from_format">Message from %1$s</string>
+ <!-- Dialog title. [CHAR LIMIT=NONE] -->
+ <string name="sms_message_from_format">Message from <xliff:g id="userName">%1$s</xliff:g></string>
+ <!-- Name of the done button on dialog. [CHAR LIMIT=NONE] -->
<string name="sms_done_button">Done</string>
</resources>