summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-09-20 17:15:35 -0700
committerChiao Cheng <chiaocheng@google.com>2013-09-20 17:15:35 -0700
commit8e3e5c7713172706b6f3da22ed7e04510ba8f8fe (patch)
tree006033b9f5b80ba65ad7dcf2063045d2c9ff6d70 /res/values/strings.xml
parentcd9f37612bda0e11d54684e8c3e9d67310dc036d (diff)
Fix missing name attribute for no favorites string.
Bug: 10862541 Change-Id: I8a0f577bc02eed05aef76899c029d29def6331e2
Diffstat (limited to 'res/values/strings.xml')
-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>