diff options
| author | Fred Quintana <fredq@google.com> | 2009-10-16 11:36:00 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-16 11:36:00 -0700 |
| commit | 5db771f49cd94ca951ae9679b8e59412c2bcf8bd (patch) | |
| tree | f02452afa2268101e5c98572eb703c7a805d5341 /core/res | |
| parent | 82a506c637f39811615819c83e71cf112ad8cd16 (diff) | |
| parent | fbbe2cd28a7185fb1a64d780a8839494f9cbe866 (diff) | |
| download | frameworks_base-5db771f49cd94ca951ae9679b8e59412c2bcf8bd.zip frameworks_base-5db771f49cd94ca951ae9679b8e59412c2bcf8bd.tar.gz frameworks_base-5db771f49cd94ca951ae9679b8e59412c2bcf8bd.tar.bz2 | |
am fbbe2cd2: am 055e4ea5: Merge change Ief544bc6 into eclair-mr2
Merge commit 'fbbe2cd28a7185fb1a64d780a8839494f9cbe866'
* commit 'fbbe2cd28a7185fb1a64d780a8839494f9cbe866':
fix grammar in the grant permissions UI
Diffstat (limited to 'core/res')
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
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> |
