]> git.ktnx.net Git - mobile-ledger.git/commitdiff
change amount hint to "0.00" -- shorter and still clear
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 4 Dec 2018 21:16:11 +0000 (21:16 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 4 Dec 2018 21:16:11 +0000 (21:16 +0000)
app/src/main/res/values/strings.xml

index 5b29c7472d97908ceed927cc93bc2ee5f2d6a858..9db3264da240665688677f2f500a9fbc75cff8fe 100644 (file)
@@ -57,7 +57,7 @@
     <string name="title_activity_new_transaction">New Transaction</string>
     <string name="new_transaction_account_hint">Account</string>
     <string name="new_transaction_date_hint">date</string>
-    <string name="new_transaction_amount_hint">amount</string>
+    <string name="new_transaction_amount_hint">0.00</string>
     <string name="menu_add_account">Add another acount</string>
     <string name="msg_at_least_two_accounts_are_required">At least two accounts are required</string>
     <string name="err_bad_backend_url">Invalid backend URL</string>