summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-10-16 14:16:13 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-10-16 14:16:13 -0400
commit055e4ea56c42e714dc471d86311f64437f4ed786 (patch)
tree9940de188a5a9172c61eb29899c09a35e1557afa /core/res
parent08bb61a5290e37103ef74a8b08ac8adab8aba9f7 (diff)
parent5edb466a62953d6895a73500528288eeee4118e0 (diff)
downloadframeworks_base-055e4ea56c42e714dc471d86311f64437f4ed786.zip
frameworks_base-055e4ea56c42e714dc471d86311f64437f4ed786.tar.gz
frameworks_base-055e4ea56c42e714dc471d86311f64437f4ed786.tar.bz2
Merge change Ief544bc6 into eclair-mr2
* changes: fix grammar in the grant permissions UI
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 424987b..8fc7cfc 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -2067,7 +2067,7 @@
<!-- Title for the unselected state of a CompoundButton. -->
<string name="accessibility_compound_button_unselected">not checked</string>
- <string name="grant_credentials_permission_message_header">The following one or more applications are requesting permission to access your account, now and in the future.</string>
+ <string name="grant_credentials_permission_message_header">The following one or more applications request permission to access your account, now and in the future.</string>
<string name="grant_credentials_permission_message_footer">Do you want to allow this request?</string>
<string name="grant_permissions_header_text">Access Request</string>
<string name="allow">Allow</string>