diff options
author | 2015-04-01 15:12:36 -0700 | |
---|---|---|
committer | 2015-04-01 15:12:36 -0700 | |
commit | 0067a357c51bccd769810105f1af3a60e47c773c (patch) | |
tree | f71334595c9a2710eb129424fd744c12d2d0838a | |
parent | fa22abb94dc54650663c2b86313681621135e587 (diff) | |
download | latinime-0067a357c51bccd769810105f1af3a60e47c773c.tar.gz latinime-0067a357c51bccd769810105f1af3a60e47c773c.tar.xz latinime-0067a357c51bccd769810105f1af3a60e47c773c.zip |
Increase char limit for message
Bug:20022334
Change-Id: I3487043a567ee3b6579a15361464f00be118d3e5
-rw-r--r-- | java/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index d64872cdd..28dabf682 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -82,7 +82,7 @@ <string name="add_account_to_enable_sync"> Please add a Google account to this device to enable this feature </string> - <!-- Text to tell the user that sync feature is disabled because they have Google Apps for Business account(s) on their device. [CHAR LIMIT=75]--> + <!-- Text to tell the user that sync feature is disabled because they have Google Apps for Business account(s) on their device. [CHAR LIMIT=80]--> <string name="cloud_sync_summary_disabled_work_profile"> Sync is not available for devices with Google Apps for Business accounts </string> |