aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/ActionBarHelper.java
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-12-30 20:57:49 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2013-12-30 20:57:49 +0100
commit19082b62a985c1a73d838419e9576cdc153ed45d (patch)
tree85a117944bf18ab1857d514f81eada41b7de9263 /OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/ActionBarHelper.java
parenta8cafd59e49861fdc70e10644d308f427e5fdd7a (diff)
downloadopen-keychain-19082b62a985c1a73d838419e9576cdc153ed45d.tar.gz
open-keychain-19082b62a985c1a73d838419e9576cdc153ed45d.tar.bz2
open-keychain-19082b62a985c1a73d838419e9576cdc153ed45d.zip
Inform user if signature check fails
Diffstat (limited to 'OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/ActionBarHelper.java')
-rw-r--r--OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/ActionBarHelper.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/ActionBarHelper.java b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/ActionBarHelper.java
index c0fc4df86..dcac2df08 100644
--- a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/ActionBarHelper.java
+++ b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/ActionBarHelper.java
@@ -102,8 +102,7 @@ public class ActionBarHelper {
final View customActionBarView = inflater
.inflate(R.layout.actionbar_custom_view_done, null);
- ((TextView) customActionBarView.findViewById(R.id.actionbar_done_text))
- .setText(R.string.api_settings_save);
+ ((TextView) customActionBarView.findViewById(R.id.actionbar_done_text)).setText(doneText);
customActionBarView.findViewById(R.id.actionbar_done).setOnClickListener(
doneOnClickListener);