summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/dutch.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/dutch.go')
-rw-r--r--pkg/i18n/dutch.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 43b36a8f0..b68acf54f 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -38,8 +38,11 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "StashTitle",
Other: "Stash",
}, &i18n.Message{
- ID: "StagingMainTitle",
- Other: `Stage Lines/Hunks`,
+ ID: "UnstagedChanges",
+ Other: `Unstaged Changes`,
+ }, &i18n.Message{
+ ID: "StagedChanges",
+ Other: `Staged Changes`,
}, &i18n.Message{
ID: "MergingMainTitle",
Other: "Resolve merge conflicts",