aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Hughes <spirit.returned@gmail.com>2014-03-29 15:33:03 +0000
committerAshley Hughes <spirit.returned@gmail.com>2014-03-29 15:33:03 +0000
commit95eb33b2ed1d7819d72d88eeb3fe363f504d2c30 (patch)
treefe57f119de073d8efb11f8778cb167cce51414ad
parent556d6ff2268c8769d2d9d16eb0a50c8b0ee97365 (diff)
downloadopen-keychain-95eb33b2ed1d7819d72d88eeb3fe363f504d2c30.tar.gz
open-keychain-95eb33b2ed1d7819d72d88eeb3fe363f504d2c30.tar.bz2
open-keychain-95eb33b2ed1d7819d72d88eeb3fe363f504d2c30.zip
use save icon, not tick
-rw-r--r--OpenPGP-Keychain/src/main/res/menu/key_edit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/src/main/res/menu/key_edit.xml b/OpenPGP-Keychain/src/main/res/menu/key_edit.xml
index ede1d03c0..f9f7f8f0a 100644
--- a/OpenPGP-Keychain/src/main/res/menu/key_edit.xml
+++ b/OpenPGP-Keychain/src/main/res/menu/key_edit.xml
@@ -4,7 +4,7 @@
<item
android:id="@+id/menu_key_edit_save"
- android:icon="@drawable/ic_action_done"
+ android:icon="@drawable/ic_action_save"
app:showAsAction="always"
android:title="@string/btn_save">
</item>