diff options
author | Torsten Grote <t@grobox.de> | 2020-05-15 14:26:11 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-05-15 14:26:11 -0300 |
commit | 4a6630d1d147ae35358272dc5222964831c234ab (patch) | |
tree | 469bff46fafde4212f2944f782144bb0eb2eb125 /merchant-terminal | |
parent | c435770450be207a1c598404115c3784a45a7b96 (diff) | |
download | taler-android-4a6630d1d147ae35358272dc5222964831c234ab.tar.gz taler-android-4a6630d1d147ae35358272dc5222964831c234ab.tar.bz2 taler-android-4a6630d1d147ae35358272dc5222964831c234ab.zip |
[pos] fix string commit
Diffstat (limited to 'merchant-terminal')
-rw-r--r-- | merchant-terminal/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/merchant-terminal/src/main/res/values/strings.xml b/merchant-terminal/src/main/res/values/strings.xml index a3e69f3..b3dcd8d 100644 --- a/merchant-terminal/src/main/res/values/strings.xml +++ b/merchant-terminal/src/main/res/values/strings.xml @@ -8,7 +8,7 @@ <string name="menu_settings">Settings</string> <string name="order_label_title">Order #%s</string> - <!-- The first placeholder is the amount and the second the currency --> + <!-- The placeholder is the total order amount with currency --> <string name="order_total">Total: %s</string> <string name="order_restart">Restart</string> <string name="order_undo">Undo</string> |