Use the same empty message for user dictionary on tablets and phones.

Bug: 5237879
Change-Id: I93326ccf48d0d41a91a16f9a5d89ef5441f22115
This commit is contained in:
Amith Yamasani
2011-08-30 17:43:46 -07:00
parent 9ca0ef5732
commit 80bfdfef85

View File

@@ -2546,9 +2546,7 @@ found in the list of installed applications.</string>
<!-- User dictionary settings. The title of the context menu item to delete the current word -->
<string name="user_dict_settings_context_menu_delete_title">Delete</string>
<!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary [CHAR LIMIT=200] -->
<string name="user_dict_settings_empty_text" product="tablet">You do not have any words in the user dictionary. You can add a word by touching the Add ( + ) button.</string>
<!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary [CHAR LIMIT=200] -->
<string name="user_dict_settings_empty_text" product="default">You do not have any words in the user dictionary. You can add a word through the menu.</string>
<string name="user_dict_settings_empty_text">You do not have any words in the user dictionary. You can add a word by touching the Add ( + ) button.</string>
<!-- User dictionary settings. The text to show to describe the dictionary common to all languages -->
<string name="user_dict_settings_all_languages">All languages</string>