aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-11-24 01:07:22 +0200
committerMichael Bestas <mikeioannina@gmail.com>2014-11-24 01:07:22 +0200
commit226bb60604e7be3f499af3b209a8d16801e15826 (patch)
tree2d5ce7e5b79fa9170af5941e2dc0c3e41df39ec7
parent8cfb50946ddf09a63f413836faf22f95a3a32caa (diff)
downloadandroid_packages_apps_CMFileManager-226bb60604e7be3f499af3b209a8d16801e15826.tar.gz
android_packages_apps_CMFileManager-226bb60604e7be3f499af3b209a8d16801e15826.tar.bz2
android_packages_apps_CMFileManager-226bb60604e7be3f499af3b209a8d16801e15826.zip
CMFM: Improve delayed sync string
Change-Id: Ief70bedbc0b5458eac93828a30dc00beaa30d7a5
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index dc79bc00..7b9a12b0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -687,7 +687,7 @@
<!-- Preferences - Storage - Secure Storage - Delayed sync title -->
<string name="pref_secure_storage_delayed_sync_title">Delayed synchronization</string>
<!-- Preferences - Storage - Secure Storage - Delayed sync summary -->
- <string name="pref_secure_storage_delayed_sync_summary">Synchronization of secure file systems is a costly operation. Enable this option to allow better time responses after every operation, performing the synchronization when the filesystem is in unused state, but at the expense of lost the pending information not synced if the app crash.</string>
+ <string name="pref_secure_storage_delayed_sync_summary">Synchronization of secure file systems is a costly operation. Enable this option to allow faster responses after every operation, performing the synchronization when the filesystem is in unused state, but at the expense of losing the pending information not synced if the app crashes.</string>
<!-- Preferences - Storage - Secure Storage - Reset password title -->
<string name="pref_secure_storage_reset_password_title">Reset password</string>
<!-- Preferences - Storage - Secure Storage - Delete storage title -->