Merge "Set longer char limit for sync setting strings"

This commit is contained in:
Daisuke Miyakawa
2011-09-29 12:20:34 -07:00
committed by Android (Google) Code Review

View File

@@ -3357,11 +3357,11 @@ found in the list of installed applications.</string>
<string name="sync_automatically">Auto-sync app data</string>
<!-- 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>
<!-- 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>
<!-- 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>
<!-- Data synchronization settings screen, setting option name -->