Skip to content

Commit

Permalink
codinguser#876 - Explain that balance in DetailTransactionActivity is…
Browse files Browse the repository at this point in the history
… computed at the date indicated below
  • Loading branch information
JeanGarf committed Mar 6, 2020
1 parent 2f82436 commit 52f59ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<string name="summary_default_export_email">Email par défaut pour les exports. Vous pourrez toujours le changer lors de votre prochain export.</string>
<string name="summary_use_double_entry">Toutes les transactions seront un transfert d’un compte à un autre</string>
<string name="title_use_double_entry">Activer la Double entrée</string>
<string name="account_balance">Solde</string>
<string name="account_balance">Solde à la date indiquée ci-dessous</string>
<string name="toast_no_account_name_entered">Entrer un nom de compte pour créer un compte</string>
<string name="label_account_currency">Monnaie</string>
<string name="label_parent_account">Compte parent</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<string name="summary_default_export_email">The default email address to send exports to. You can still change this when you export.</string>
<string name="summary_use_double_entry">All transactions will be a transfer from one account to another</string>
<string name="title_use_double_entry">Activate Double Entry</string>
<string name="account_balance">Balance</string>
<string name="account_balance">Balance at date below</string>
<string name="toast_no_account_name_entered">Enter an account name to create an account</string>
<string name="label_account_currency">Currency</string>
<string name="label_parent_account">Parent account</string>
Expand Down

0 comments on commit 52f59ef

Please sign in to comment.