aboutsummaryrefslogtreecommitdiff
path: root/common/src/Common/Message
diff options
context:
space:
mode:
authorJoris2019-10-13 22:38:35 +0200
committerJoris2019-10-13 22:38:35 +0200
commit04c59f08f100ba6a0658d1f2b357f7d8b1e14218 (patch)
tree0cf226423411428e46b2fa6a66c0da00d77483be /common/src/Common/Message
parent6dfc1c166db387a60630eff980e330518601df5b (diff)
downloadbudget-04c59f08f100ba6a0658d1f2b357f7d8b1e14218.tar.gz
budget-04c59f08f100ba6a0658d1f2b357f7d8b1e14218.tar.bz2
budget-04c59f08f100ba6a0658d1f2b357f7d8b1e14218.zip
Show income table
Diffstat (limited to 'common/src/Common/Message')
-rw-r--r--common/src/Common/Message/Key.hs1
-rw-r--r--common/src/Common/Message/Translation.hs9
2 files changed, 8 insertions, 2 deletions
diff --git a/common/src/Common/Message/Key.hs b/common/src/Common/Message/Key.hs
index c2fde58..2561156 100644
--- a/common/src/Common/Message/Key.hs
+++ b/common/src/Common/Message/Key.hs
@@ -56,6 +56,7 @@ data Key =
| Income_AddLong
| Income_AddShort
+ | Income_Name
| Income_Amount
| Income_Clone
| Income_CumulativeSince Text
diff --git a/common/src/Common/Message/Translation.hs b/common/src/Common/Message/Translation.hs
index 3173561..25e9f4b 100644
--- a/common/src/Common/Message/Translation.hs
+++ b/common/src/Common/Message/Translation.hs
@@ -237,10 +237,15 @@ m l Income_AddShort =
English -> "Add"
French -> "Ajouter"
+m l Income_Name =
+ case l of
+ English -> "Name"
+ French -> "Nom"
+
m l Income_Amount =
case l of
- English -> "Amount"
- French -> "Montant"
+ English -> "Income"
+ French -> "Revenu"
m l Income_Clone =
case l of