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.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7c94154..958dbfb 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>