aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZyg0te <edvard.holst@gmail.com>2015-03-24 23:53:45 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-03-24 23:11:06 +0000
commitb96748d2ea7edf747d2eaae5e3ee2f89e6e69aaf (patch)
tree3e9b0e073747882033070b3852fedd8773f4a107
parent79d00ace1b886c4eb487661720e2493953027f8d (diff)
downloadandroid_packages_apps_CMFileManager-b96748d2ea7edf747d2eaae5e3ee2f89e6e69aaf.tar.gz
android_packages_apps_CMFileManager-b96748d2ea7edf747d2eaae5e3ee2f89e6e69aaf.tar.bz2
android_packages_apps_CMFileManager-b96748d2ea7edf747d2eaae5e3ee2f89e6e69aaf.zip
CMFileManager: Changed status string to something more descriptive
Currently the status switch doesnt really communicate what its indicating the status for. If it's supposed to be indicating whether the partition is mounted or not, the status string should indicate as much. Change-Id: Ia3a89bb7ef4c603c596777e9cc0f6cae613b990f
-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 3220add3..22611ae5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -224,7 +224,7 @@
<!-- Filesystem Info Dialog - Tab - Disk Usage -->
<string name="filesystem_info_dialog_tab_disk_usage">Disk usage</string>
<!-- Filesystem Info Dialog - Status Label -->
- <string name="filesystem_info_dialog_status">Status:</string>
+ <string name="filesystem_info_dialog_status">Mounted:</string>
<!-- Filesystem Info Dialog - Mount Point Label -->
<string name="filesystem_info_dialog_mount_point">Mount point:</string>
<!-- Filesystem Info Dialog - Device Label -->