mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-26 00:48:51 -05:00
change ordering in Intent descriptions for better readability in small dialogs
This commit is contained in:
parent
ebd6719690
commit
94e161fe0d
@ -371,10 +371,10 @@
|
||||
<string name="import_clipboard_button">Get key from clipboard</string>
|
||||
|
||||
<!-- Intent labels -->
|
||||
<string name="intent_decrypt_file">OpenKeychain: Decrypt File</string>
|
||||
<string name="intent_import_key">OpenKeychain: Import Key</string>
|
||||
<string name="intent_send_encrypt">OpenKeychain: Encrypt</string>
|
||||
<string name="intent_send_decrypt">OpenKeychain: Decrypt</string>
|
||||
<string name="intent_decrypt_file">Decrypt File with OpenKeychain</string>
|
||||
<string name="intent_import_key">Import Key with OpenKeychain</string>
|
||||
<string name="intent_send_encrypt">Encrypt with OpenKeychain</string>
|
||||
<string name="intent_send_decrypt">Decrypt with OpenKeychain</string>
|
||||
|
||||
<!-- Remote API -->
|
||||
<string name="api_no_apps">No registered applications!\n\nThird-party applications can request access to OpenKeychain. After granting access, they will be listed here.</string>
|
||||
|
Loading…
Reference in New Issue
Block a user