summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-09-21 00:20:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-21 00:20:11 +0000
commitd73ea85ab5903dbac8cc4f5e5bdb55261607feb7 (patch)
tree9fd453be9fb7a86f04384346a3cdd26a4a4de283 /res
parentfa35772a9b9a7ae11dadae64d1780fd67b97c694 (diff)
parent8e3e5c7713172706b6f3da22ed7e04510ba8f8fe (diff)
Merge "Fix missing name attribute for no favorites string." into klp-dev
Diffstat (limited to 'res')
-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 7c9415455..958dbfbe7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -625,6 +625,6 @@
<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>
+ <string name="no_favorites">Favorites &amp; contacts you call often will show here. So, start calling.</string>
</resources>