diff options
author | Christine Chen <christinech@google.com> | 2013-09-23 17:33:46 -0700 |
---|---|---|
committer | Christine Chen <christinech@google.com> | 2013-09-23 17:51:12 -0700 |
commit | 4f46a6e32c6b32a83875fb05fffa2fbb0d4044d0 (patch) | |
tree | 45634f49b6c3c92a5a5e02731023ffdd87231309 | |
parent | 4f9505c023078ab89786c84bf2105599cc68701b (diff) |
Adding line breaks for no favorite message.
Bug: 10862541
Change-Id: I9b51ead709b7af643a1eeb051ff825aff344a581
-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 958dbfbe7..2f04833ec 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="no_favorites">Favorites & contacts you call often will show here. So, start calling.</string> + <string name="no_favorites">Favorites & contacts you\ncall often will show here.\nSo, start calling.</string> </resources> |