aboutsummaryrefslogtreecommitdiff
path: root/common/src/Common/Message/Translation.hs
diff options
context:
space:
mode:
authorJoris2020-06-28 10:37:08 +0200
committerJoris2020-06-28 10:37:08 +0200
commit371449b0e312a03162b78797b83dee9d81706669 (patch)
treea13ab20a99122a45b66c839e4864a7bf3a90684d /common/src/Common/Message/Translation.hs
parentec90b6ddf191eef8866c82eb619af782f9c9e677 (diff)
downloadbudget-371449b0e312a03162b78797b83dee9d81706669.tar.gz
budget-371449b0e312a03162b78797b83dee9d81706669.tar.bz2
budget-371449b0e312a03162b78797b83dee9d81706669.zip
Fix responsive header
Diffstat (limited to 'common/src/Common/Message/Translation.hs')
-rw-r--r--common/src/Common/Message/Translation.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/Common/Message/Translation.hs b/common/src/Common/Message/Translation.hs
index 222e669..f1de3e1 100644
--- a/common/src/Common/Message/Translation.hs
+++ b/common/src/Common/Message/Translation.hs
@@ -592,12 +592,12 @@ m l (WeeklyReport_IncomeEdited count) =
m l (WeeklyReport_PayedFor name amount for at) =
case l of
English -> T.concat [ name, " payed ", amount, " for “", for, "” at ", at ]
- French -> T.concat [ name, " a payé ", amount, " concernant « ", for, " » le ", at ]
+ French -> T.concat [ name, " a payé ", amount, " de « ", for, " » le ", at ]
m l (WeeklyReport_PayedForNot name amount for at) =
case l of
English -> T.concat [ name, " didn’t pay ", amount, " for “", for, "” at ", at ]
- French -> T.concat [ name, " n’a pas payé ", amount, " concernant « ", for, " » le ", at ]
+ French -> T.concat [ name, " n’a pas payé ", amount, " de « ", for, " » le ", at ]
m l (WeeklyReport_PayedFrom name amount for) =
case l of