diff options
author | Fred Quintana <fredq@google.com> | 2009-08-25 20:19:33 -0700 |
---|---|---|
committer | Fred Quintana <fredq@google.com> | 2009-08-25 20:31:14 -0700 |
commit | c09c08515d8bbe1c6eeef76be058d0b44fdb80fe (patch) | |
tree | 85bddf66209850ee7b39fbcf4fb260314a545388 /res/values/strings.xml | |
parent | 8e45e5f2142db78941b095f7418cc05b71668094 (diff) | |
download | packages_providers_ContactsProvider-c09c08515d8bbe1c6eeef76be058d0b44fdb80fe.zip packages_providers_ContactsProvider-c09c08515d8bbe1c6eeef76be058d0b44fdb80fe.tar.gz packages_providers_ContactsProvider-c09c08515d8bbe1c6eeef76be058d0b44fdb80fe.tar.bz2 |
clean up the too many deletes dialog
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ac119ed..d519970 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -20,4 +20,6 @@ <!-- This is the label for the application that stores contacts data --> <string name="app_label">Contacts Storage</string> + <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings --> + <string name="provider_label">Contacts</string> </resources> |