diff options
author | Chiao Cheng <chiaocheng@google.com> | 2013-09-20 17:23:12 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-20 17:23:12 -0700 |
commit | 3a12f6ed54746f9d589f20bed19a7f1f88e0778b (patch) | |
tree | 9fd453be9fb7a86f04384346a3cdd26a4a4de283 | |
parent | a7f438b98c1af25aaa3ca05102a6bd3dc123ea6e (diff) | |
parent | 309211049f57b8fa9c3b6d0432df09e9285f2adf (diff) |
am 30921104: am d73ea85a: Merge "Fix missing name attribute for no favorites string." into klp-dev
* commit '309211049f57b8fa9c3b6d0432df09e9285f2adf':
Fix missing name attribute for no favorites string.
-rw-r--r-- | res/values/strings.xml | 2 |
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 & contacts you call often will show here. So, start calling.</string> + <string name="no_favorites">Favorites & contacts you call often will show here. So, start calling.</string> </resources> |