OSDN Git Service

CMFileManager: Improved strings
authorZyg0te <edvard.holst@gmail.com>
Thu, 14 May 2015 11:55:17 +0000 (13:55 +0200)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Thu, 21 May 2015 00:40:10 +0000 (00:40 +0000)
Its now more obvious that the user is dealing with a secure storage partition.

Change-Id: I2b6d4454914d414df191e617ec5e98f3fac7ac5c

res/values/strings.xml

index b2c4388..0898014 100644 (file)
 
     <!-- Secure Storage -->
     <!-- Secure Storage dialog title - Unlock -->
-    <string name="secure_storage_unlock_title">Unlock storage</string>
+    <string name="secure_storage_unlock_title">Unlock secure storage</string>
     <!-- Secure Storage dialog title - Create -->
-    <string name="secure_storage_create_title">Create storage</string>
+    <string name="secure_storage_create_title">Create secure storage</string>
     <!-- Secure Storage dialog title - Reset -->
     <string name="secure_storage_reset_title">Reset password</string>
     <!-- Secure Storage dialog title - Delete -->
-    <string name="secure_storage_delete_title">Delete storage</string>
+    <string name="secure_storage_delete_title">Delete secure storage</string>
     <!-- Secure Storage unlock dialog message (secure storage exists) -->
     <string name="secure_storage_unlock_key_prompt_msg">Type the password to unlock the secure storage filesystem.</string>
     <!-- Secure Storage unlock dialog message (new secure storage) -->