diff options
| author | Paul Westbrook <pwestbro@google.com> | 2012-07-26 18:58:01 -0700 |
|---|---|---|
| committer | Paul Westbrook <pwestbro@google.com> | 2012-07-26 18:58:48 -0700 |
| commit | 9c89f85b072d0ec82b48f7601021f5893a33db26 (patch) | |
| tree | f970b140a9bc2410ffbdf7b15f8d1ed5ae90853b /res | |
| parent | de23aa7031c7d9c53367eb88e953db5361f0ff1b (diff) | |
| download | android_packages_apps_Email-9c89f85b072d0ec82b48f7601021f5893a33db26.tar.gz android_packages_apps_Email-9c89f85b072d0ec82b48f7601021f5893a33db26.tar.bz2 android_packages_apps_Email-9c89f85b072d0ec82b48f7601021f5893a33db26.zip | |
Set CHAR LIMIT on string
Bug: 6871973
Change-Id: I56f8115baf695660b634fc8da1ed6ae0b9bbd721
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 01f1f9019..90317fdf7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -549,7 +549,7 @@ as <xliff:g id="filename">%s</xliff:g>.</string> <!-- On "Set up email" screen, checkbox label for making the new account the default account --> <string name="account_setup_basics_default_label"> Send email from this account by default</string> - <!-- Button name on "Set up email" screen --> + <!-- Button name on "Set up email" screen [CHAR LIMIT=20] --> <string name="account_setup_basics_manual_setup_action">Manual setup</string> <!-- Toast when we can't build a URI from the given email & password --> <!-- Note, the error message in the toast is purposefully vague, because I *don't* know |
