Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41232db9 authored by Zyg0te's avatar Zyg0te Committed by Gerrit Code Review
Browse files

CMFileManager: Improved strings

Its now more obvious that the user is dealing with a secure storage partition.

Change-Id: I2b6d4454914d414df191e617ec5e98f3fac7ac5c
parent 0c06f5c1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -778,13 +778,13 @@

    <!-- 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) -->