diff options
| author | Svetoslav Ganov <svetoslavganov@google.com> | 2012-06-01 08:54:40 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-06-01 08:54:40 -0700 |
| commit | 48e1ace3e06f85eb67a2bb66f55fd9726735ce8a (patch) | |
| tree | 07819260b4930dc26f7852dd52bd4644143ac5c1 | |
| parent | 570ad8c2b6f89f6ca9f2dfeb33d0eca19278e739 (diff) | |
| parent | 1c094d338d73dd6223f2ed97f5b4a58a7fb37c13 (diff) | |
| download | frameworks_base-48e1ace3e06f85eb67a2bb66f55fd9726735ce8a.zip frameworks_base-48e1ace3e06f85eb67a2bb66f55fd9726735ce8a.tar.gz frameworks_base-48e1ace3e06f85eb67a2bb66f55fd9726735ce8a.tar.bz2 | |
am 1c094d33: Merge "Increase string length limit to fit translation." into jb-dev
* commit '1c094d338d73dd6223f2ed97f5b4a58a7fb37c13':
Increase string length limit to fit translation.
| -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 |
