summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-01-07 16:36:50 -0300
committerTorsten Grote <t@grobox.de>2020-01-07 16:36:50 -0300
commit14f218f44fa5ce7ad0bef164190d6d15a9ddb2fd (patch)
tree3bbb5bce3bc6de3094d62aff789c0cf9a2255537
parent00596b872e5003f2a9ff8b4abc276f62759e653d (diff)
downloadwallet-android-14f218f44fa5ce7ad0bef164190d6d15a9ddb2fd.tar.gz
wallet-android-14f218f44fa5ce7ad0bef164190d6d15a9ddb2fd.tar.bz2
wallet-android-14f218f44fa5ce7ad0bef164190d6d15a9ddb2fd.zip
Use official User-Facing Terminology
https://docs.taler.net/developers-manual.html#user-facing-terminology
-rw-r--r--app/src/main/res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 1d006ab..17d1101 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -23,13 +23,13 @@
<string name="history_event_payment_sent">Payment</string>
<string name="history_event_payment_aborted">Payment Aborted</string>
<string name="history_event_withdrawn">Withdraw</string>
- <string name="history_event_order_accepted">Order Confirmed</string>
- <string name="history_event_order_refused">Order Cancelled</string>
+ <string name="history_event_order_accepted">Purchase Confirmed</string>
+ <string name="history_event_order_refused">Purchase Cancelled</string>
<string name="history_event_tip_accepted">Tip Accepted</string>
<string name="history_event_tip_declined">Tip Declined</string>
- <string name="history_event_order_redirected">Order Redirected</string>
+ <string name="history_event_order_redirected">Purchase Redirected</string>
<string name="history_event_refund">Refund</string>
- <string name="history_event_refreshed">Refresh</string>
+ <string name="history_event_refreshed">Obtained change</string>
<string name="history_fee_label">Fee:</string>
<string name="history_show_all">Show All</string>
<string name="history_reload">Reload History</string>