]> git.ktnx.net Git - mobile-ledger.git/commitdiff
Transaction date → date
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 3 Dec 2018 21:20:49 +0000 (21:20 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 3 Dec 2018 21:20:49 +0000 (21:20 +0000)
it is obvious that we are dealing with a transaction, and the field
is not that big

app/src/main/res/values/strings.xml

index 0bd439e1cb3c73bea74cc38af647861919e997bd..af4ed7479424fa377776c1d3c07f4e01d2ee470c 100644 (file)
@@ -56,7 +56,7 @@
     <string name="pref_title_backend_auth_password">Password</string>
     <string name="title_activity_new_transaction">New Transaction</string>
     <string name="new_transaction_account_hint">Account</string>
-    <string name="new_transaction_date_hint">Transaction date</string>
+    <string name="new_transaction_date_hint">date</string>
     <string name="new_transaction_amount_hint">amount</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>