diff options
| author | Svetoslav Ganov <svetoslavganov@google.com> | 2012-06-01 08:53:00 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-06-01 08:53:00 -0700 |
| commit | 1c094d338d73dd6223f2ed97f5b4a58a7fb37c13 (patch) | |
| tree | dccfaddb3011a51becf96a8ef284ff0eefdf8830 /core | |
| parent | 00ca7a88271916f6022b2aa16acfb415fc1b5247 (diff) | |
| parent | b97c5d25c33a33d0652753980e1ad0396b677f92 (diff) | |
| download | frameworks_base-1c094d338d73dd6223f2ed97f5b4a58a7fb37c13.zip frameworks_base-1c094d338d73dd6223f2ed97f5b4a58a7fb37c13.tar.gz frameworks_base-1c094d338d73dd6223f2ed97f5b4a58a7fb37c13.tar.bz2 | |
Merge "Increase string length limit to fit translation." into jb-dev
Diffstat (limited to 'core')
| -rwxr-xr-x | 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 65457b3..2b966f6 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2505,7 +2505,7 @@ <!-- Title for a warning message about the interaction model changes after allowing an accessibility service to put the device into explore by touch mode, displayed as a dialog message when - the user selects to enables the service. (default). [CHAR LIMIT=35] --> + the user selects to enables the service. (default). [CHAR LIMIT=45] --> <string name="enable_explore_by_touch_warning_title">Enable Explore by Touch?</string> <!-- Summary for a warning message about the interaction model changes after allowing an accessibility service to put the device into explore by touch mode, displayed as a dialog message when |
