diff options
author | 2015-03-23 18:18:24 +0000 | |
---|---|---|
committer | 2015-03-23 18:20:49 +0000 | |
commit | bc1cf0817bddceb5dfab81f9ff030fe10eb4a1bc (patch) | |
tree | b23d2b46da9890514b065219a566e2a280d5098d | |
parent | 13271bfde84c56c0bf75868c1a4888c4262b3314 (diff) | |
parent | 44d4a1c524b3accdda8743defba95e555e68e2bd (diff) | |
download | latinime-bc1cf0817bddceb5dfab81f9ff030fe10eb4a1bc.tar.gz latinime-bc1cf0817bddceb5dfab81f9ff030fe10eb4a1bc.tar.xz latinime-bc1cf0817bddceb5dfab81f9ff030fe10eb4a1bc.zip |
Merge "Fix some i18n messaging"
-rw-r--r-- | java/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 54579f2d6..5655a5529 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -62,9 +62,9 @@ <string name="cloud_sync_summary_disabled">Sync your personal dictionary across devices</string> <!-- Option title for starting the sync cycle now. [CHAR LIMIT=33]--> <string name="sync_now_title">Sync now</string> - <!-- Option title for letting user delete data from Google servers. [CHAR LIMIT=33] --> - <string name="clear_sync_data_title">Delete Keyboard Cloud data</string> - <!-- Option summary for letting user delete data from Google servers. [CHAR LIMIT=65] --> + <!-- Option title for letting user delete synced google keyboard data from Google servers. [CHAR LIMIT=35] --> + <string name="clear_sync_data_title">Delete cloud data</string> + <!-- Option summary for letting user delete synced google keyboard data from Google servers. [CHAR LIMIT=65] --> <string name="clear_sync_data_summary">Deletes your synced data from Google</string> <!-- Text for confirmation dialog box asking user to confirm deletion of cloud data. [CHAR LIMIT=65] --> <string name="clear_sync_data_confirmation">Your synced data will be deleted from the cloud. Are you sure?</string> |