commit fe6dc69bdc0906af432b24e17bf63da0dd8dfbf0 parent c7f9effe3cc6027d5660335d4f321422552e4d58 Author: Iván Ávalos <avalos@disroot.org> Date: Fri, 2 Aug 2024 14:35:33 -0600 [wallet] small string improvement Diffstat:
| M | wallet/src/main/res/values/strings.xml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml @@ -135,7 +135,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="transaction_refresh">Coin expiry change fee</string> <string name="transaction_refund">Refund</string> <string name="transaction_state_aborted">This transaction was aborted</string> - <string name="transaction_state_aborted_manual">This transaction was aborted. If you have already sent money to this exchange, it will be transferred back to you in %1$s</string> + <string name="transaction_state_aborted_manual">This transaction was aborted. If you already sent money to this exchange, it will be transferred back to you in %1$s</string> <string name="transaction_state_aborting">This transaction is aborting</string> <string name="transaction_state_expired">This transaction has expired</string> <string name="transaction_state_failed">This transaction has failed</string>