diff options
author | Torsten Grote <t@grobox.de> | 2020-08-05 14:31:10 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-08-05 14:31:10 -0300 |
commit | b1acd03f70a33f069a321c6755943421330d2d8d (patch) | |
tree | 44a4775ab769a8686e16338c1a7eeefe704d8e14 /wallet/src/main/res/values | |
parent | 35f7ed512ed7445362d6caee1bf60441f4ce979e (diff) | |
download | taler-android-b1acd03f70a33f069a321c6755943421330d2d8d.tar.gz taler-android-b1acd03f70a33f069a321c6755943421330d2d8d.tar.bz2 taler-android-b1acd03f70a33f069a321c6755943421330d2d8d.zip |
[wallet] show more user-friendly error messages for operations
Diffstat (limited to 'wallet/src/main/res/values')
-rw-r--r-- | wallet/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index 1e629a6..1715ab3 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -70,7 +70,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="transactions_title">Transactions</string> <string name="transactions_empty">You don\'t have any transactions</string> <string name="transactions_empty_search">No transactions found. Try a different search.</string> - <string name="transactions_error">Could not load transactions</string> + <string name="transactions_error">Could not load transactions\n\n%s</string> <string name="transactions_detail_title">Transaction</string> <string name="transactions_detail_title_balance">Balance: %s</string> <string name="transactions_delete">Delete</string> |