diff options
| author | 2012-05-31 20:25:27 -0700 | |
|---|---|---|
| committer | 2012-05-31 20:25:30 -0700 | |
| commit | b97c5d25c33a33d0652753980e1ad0396b677f92 (patch) | |
| tree | 987b7a5dc236b0ea12c567b9b695bb84612feacd | |
| parent | c7f82cc7fd2b747284da692f73ea7f09b0db9099 (diff) | |
Increase string length limit to fit translation.
bug:6575039
Change-Id: I64fd00add017d02a1a5ccadc3f324f1f2793bbba
| -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 592943929122..93bd482a0f22 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 |