aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZyg0te <edvard.holst@gmail.com>2015-03-25 00:06:14 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-03-24 23:11:49 +0000
commit1288edb9bc0b752d157af7f17d00de52bcf61652 (patch)
tree389272b44e7f2839711e5860f780e0ed6b80ec65
parentb96748d2ea7edf747d2eaae5e3ee2f89e6e69aaf (diff)
downloadandroid_packages_apps_CMFileManager-1288edb9bc0b752d157af7f17d00de52bcf61652.tar.gz
android_packages_apps_CMFileManager-1288edb9bc0b752d157af7f17d00de52bcf61652.tar.bz2
android_packages_apps_CMFileManager-1288edb9bc0b752d157af7f17d00de52bcf61652.zip
CMFileManager: Fixed string typo
Change-Id: Ied59603a11be19f10eb11d1ef8b9d3a043f110cc
-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 22611ae5..f2282f7f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -214,7 +214,7 @@
<!-- Filesystem Info - Filesystem couldn't be mounted -->
<string name="filesystem_info_cant_be_mounted_msg">The file system cannot be mounted/unmounted.</string>
<!-- Filesystem Info - Not allowed message -->
- <string name="filesystem_info_mount_not_allowed_msg">File system mounting operations are not allowedin Safe mode. Tap to change to Root Access mode.</string>
+ <string name="filesystem_info_mount_not_allowed_msg">File system mounting operations are not allowed in Safe mode. Tap to change to Root Access mode.</string>
<!-- Filesystem Info - Mount failed -->
<string name="filesystem_info_mount_failed_msg">File system mounting operation failed. Some file systems, like SD cards, cannot be mounted/unmounted because they are built-in as read-only file systems.</string>
<!-- Filesystem Info Dialog - Title -->