diff options
author | Claudia de Veaux <deveaux@google.com> | 2011-11-10 15:18:11 -0800 |
---|---|---|
committer | Claudia de Veaux <deveaux@google.com> | 2011-11-10 17:15:03 -0800 |
commit | b7cd01e179fcf2c11685059de734f53a572fc5bc (patch) | |
tree | 525b7cd0ece5afc1b14270687a38c0fc708763c6 /res/values | |
parent | 2405335f17990407084759d1284e7f86a2cc6737 (diff) | |
download | packages_providers_ContactsProvider-b7cd01e179fcf2c11685059de734f53a572fc5bc.zip packages_providers_ContactsProvider-b7cd01e179fcf2c11685059de734f53a572fc5bc.tar.gz packages_providers_ContactsProvider-b7cd01e179fcf2c11685059de734f53a572fc5bc.tar.bz2 |
Edits to strings to meet UI text standards.
* Use "app" instead of "application".
* Use "touch" instead of "select".
Please verify that my changes of "Contacts" to "People" are correct.
Bug: 5163232
Change-Id: I801bcc60aa13684499c95d5ba7867b39d94c9ff9
Reverted "People" to "Contacts" per reviewer.
Note that I used "contacts" throughout (instead of "contact" in a couple of instances) to be consistent.
Change-Id: I801bcc60aa13684499c95d5ba7867b39d94c9ff9
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index bc14294..aaa7f44 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -27,16 +27,16 @@ <string name="provider_label">Contacts</string> <!-- [CHAR LIMIT=NONE] Boot message while upgrading contacts. --> - <string name="upgrade_msg">Upgrading Contacts database.</string> + <string name="upgrade_msg">Upgrading contacts database.</string> <!-- Ticker for the notification shown when updating contacts fails because of memory shortage --> - <string name="upgrade_out_of_memory_notification_ticker">Contact upgrade needs more memory</string> + <string name="upgrade_out_of_memory_notification_ticker">Contacts upgrade needs more memory.</string> <!-- Title for the notification shown when updating contacts fails because of memory shortage --> - <string name="upgrade_out_of_memory_notification_title">Upgrading contact storage</string> + <string name="upgrade_out_of_memory_notification_title">Upgrading storage for contacts</string> <!-- Text for the notification shown when updating contacts fails because of memory shortage --> - <string name="upgrade_out_of_memory_notification_text">Select to complete the upgrade.</string> + <string name="upgrade_out_of_memory_notification_text">Touch to complete the upgrade.</string> <!-- The name of the default contact directory --> <string name="default_directory">Contacts</string> @@ -49,7 +49,7 @@ <string name="read_write_all_voicemail_label">Access all voicemails</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] --> - <string name="read_write_all_voicemail_description">Allows the application to store and retrieve + <string name="read_write_all_voicemail_description">Allows the app to store and retrieve all voicemails that this device can access.</string> <!-- The prefix string before the number used for the display name for the voicemail table. |