summaryrefslogtreecommitdiff
path: root/wallet/src/main/res
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-06-28 21:08:42 -0600
committerTorsten Grote <t@grobox.de>2023-07-11 10:31:27 -0300
commitd8c2ec321c1f7e2f10e0599244b8af7d20d6d8fb (patch)
treecb9ec8eaae0442c85b0b0045ffa610ca48410a29 /wallet/src/main/res
parent048470385dfae7a950ae6a2d2eb8c2dfa30bf227 (diff)
downloadtaler-android-d8c2ec321c1f7e2f10e0599244b8af7d20d6d8fb.tar.gz
taler-android-d8c2ec321c1f7e2f10e0599244b8af7d20d6d8fb.tar.bz2
taler-android-d8c2ec321c1f7e2f10e0599244b8af7d20d6d8fb.zip
[wallet] Show suspend/resume only in devMode and rename "fail" to "cancel" in UI
Diffstat (limited to 'wallet/src/main/res')
-rw-r--r--wallet/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml
index d2ae879..b0a0647 100644
--- a/wallet/src/main/res/values/strings.xml
+++ b/wallet/src/main/res/values/strings.xml
@@ -87,7 +87,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="transactions_delete">Delete</string>
<string name="transactions_retry">Retry</string>
<string name="transactions_abort">Abort</string>
- <string name="transactions_fail">Fail</string>
+ <string name="transactions_fail">Cancel</string>
<string name="transactions_suspend">Suspend</string>
<string name="transactions_resume">Resume</string>
<string name="transactions_select_all">Select All</string>
@@ -97,7 +97,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="transactions_abort_dialog_title">Abort Transaction</string>
<string name="transactions_abort_dialog_message">Are you sure you want to abort this transaction? Funds still in transit might get lost.</string>
<string name="transactions_fail_dialog_title">Fail Transaction</string>
- <string name="transactions_fail_dialog_message">Are you sure you want to fail this transaction? Funds still in transit might get lost.</string>
+ <string name="transactions_fail_dialog_message">Are you sure you want to cancel this transaction? Funds still in transit might get lost.</string>
<string name="transactions_cancel_dialog_message">Are you sure you want to cancel this withdrawal? Funds still in transit might get lost.</string>
<!-- Transactions -->