summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-09-20 17:21:53 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-20 17:21:53 -0700
commit309211049f57b8fa9c3b6d0432df09e9285f2adf (patch)
treef2d3b2690b29e3885c34c23f13c730bcf8796c52 /res
parentae50011a7e28f54fe1d1e48855e6387ef52b1a32 (diff)
parentd73ea85ab5903dbac8cc4f5e5bdb55261607feb7 (diff)
am d73ea85a: Merge "Fix missing name attribute for no favorites string." into klp-dev
* commit 'd73ea85ab5903dbac8cc4f5e5bdb55261607feb7': Fix missing name attribute for no favorites string.
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>