diff options
Diffstat (limited to 'merchant-terminal/src')
-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> |