Set longer char limit for sync setting strings

Translated strings cannot be accomodated while we can have
longer ones there.

Bug: 5376058
Change-Id: I83ec28964c3aa19cb16fa8fc648ef392e67d4f49
This commit is contained in:
Daisuke Miyakawa
2011-09-28 18:52:19 -07:00
parent 0b174b3883
commit 558b23a2d3

View File

@@ -3357,11 +3357,11 @@ found in the list of installed applications.</string>
<string name="sync_automatically">Auto-sync app data</string> <string name="sync_automatically">Auto-sync app data</string>
<!-- Sync status messages on Accounts & Synchronization settings --><skip /> <!-- Sync status messages on Accounts & Synchronization settings --><skip />
<!-- Sync status shown when sync is enabled [CHAR LIMIT=20] --> <!-- Sync status shown when sync is enabled [CHAR LIMIT=25] -->
<string name="sync_enabled">Sync is ON</string> <string name="sync_enabled">Sync is ON</string>
<!-- Sync status shown when sync is disabled [CHAR LIMIT=20] --> <!-- Sync status shown when sync is disabled [CHAR LIMIT=25] -->
<string name="sync_disabled">Sync is OFF</string> <string name="sync_disabled">Sync is OFF</string>
<!-- Sync status shown when last sync resulted in an error [CHAR LIMIT=20] --> <!-- Sync status shown when last sync resulted in an error [CHAR LIMIT=25] -->
<string name="sync_error">Sync error</string> <string name="sync_error">Sync error</string>
<!-- Data synchronization settings screen, setting option name --> <!-- Data synchronization settings screen, setting option name -->