diff options
author | 2015-04-01 23:15:41 +0000 | |
---|---|---|
committer | 2015-04-01 23:16:21 +0000 | |
commit | b6105d2087375b050d299a1f85a2898b1421e997 (patch) | |
tree | b9397a7f1e09e34df9cf39d8568897fc253d1d60 | |
parent | 88f03707aaa9eee60066015b7e954671b2ad0e96 (diff) | |
parent | 0067a357c51bccd769810105f1af3a60e47c773c (diff) | |
download | latinime-b6105d2087375b050d299a1f85a2898b1421e997.tar.gz latinime-b6105d2087375b050d299a1f85a2898b1421e997.tar.xz latinime-b6105d2087375b050d299a1f85a2898b1421e997.zip |
Merge "Increase char limit for message"
-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 79ecc8d58..4973a99f5 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> |