summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-09-21 00:13:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-21 00:13:07 +0000
commitfa35772a9b9a7ae11dadae64d1780fd67b97c694 (patch)
treeec5c2aebaeef8bf4011194fb47ce8b246a2746ad
parente183a9ee2231adcaf288a47c770c4b4ec289f5e8 (diff)
parentcd9f37612bda0e11d54684e8c3e9d67310dc036d (diff)
Merge "Adding string resources." into klp-dev
-rw-r--r--res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ad16f031f..7c9415455 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -620,4 +620,11 @@
<!-- Shortcut item used to add a number directly from search -->
<string name="search_shortcut_add_to_contacts">Add to contacts</string>
+
+ <!-- Number of missed calls shown on call card [CHAR LIMIT=40] -->
+ <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string>
+
+ <!-- Shows when there are no favorites. -->
+ <string name="">Favorites &amp; contacts you call often will show here. So, start calling.</string>
+
</resources>