aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu/decrypt_bottom_sheet.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-09-28 18:27:29 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-09-28 18:27:29 +0200
commit0e613aff2e617ca12c1b2e1032b21334c2ca674a (patch)
tree4e16d6a086cbe12875454fba520241ac84e277c7 /OpenKeychain/src/main/res/menu/decrypt_bottom_sheet.xml
parentb65a23f2d46f905160b47e044de12cf9177dfd51 (diff)
parent3df9bea4554c0edddce57aa6a2e32cfe5250ed72 (diff)
downloadopen-keychain-0e613aff2e617ca12c1b2e1032b21334c2ca674a.tar.gz
open-keychain-0e613aff2e617ca12c1b2e1032b21334c2ca674a.tar.bz2
open-keychain-0e613aff2e617ca12c1b2e1032b21334c2ca674a.zip
Merge remote-tracking branch 'origin/master' into encrypted-export
Diffstat (limited to 'OpenKeychain/src/main/res/menu/decrypt_bottom_sheet.xml')
-rw-r--r--OpenKeychain/src/main/res/menu/decrypt_bottom_sheet.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/OpenKeychain/src/main/res/menu/decrypt_bottom_sheet.xml b/OpenKeychain/src/main/res/menu/decrypt_bottom_sheet.xml
index 11b79bd5f..f3550278a 100644
--- a/OpenKeychain/src/main/res/menu/decrypt_bottom_sheet.xml
+++ b/OpenKeychain/src/main/res/menu/decrypt_bottom_sheet.xml
@@ -3,17 +3,12 @@
<item
android:id="@+id/decrypt_open"
- android:title="Open with…"
- android:icon="@drawable/ic_apps_black_24dp" />
+ android:icon="@drawable/ic_apps_black_24dp"
+ android:title="@string/btn_open_with" />
<item
android:id="@+id/decrypt_share"
- android:title="@string/btn_share_decrypted_text"
- android:icon="@drawable/ic_share_black_24dp" />
+ android:icon="@drawable/ic_share_black_24dp"
+ android:title="@string/btn_share_decrypted_text" />
- <item
- android:id="@+id/decrypt_save"
- android:title="@string/btn_save"
- android:icon="@drawable/ic_save_black_24dp" />
-
-</menu>
+</menu> \ No newline at end of file