summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/dutch.go
diff options
context:
space:
mode:
authorKristijan Husak <husakkristijan@gmail.com>2018-09-25 22:11:51 +0200
committerKristijan Husak <husakkristijan@gmail.com>2018-09-25 22:11:51 +0200
commit28fe3d6cf989e9fe40292a5b40ed9bc2a8cdeaa6 (patch)
tree50213ad8cf56ec4cb8d7ece860635b1d94c2d116 /pkg/i18n/dutch.go
parentb6b21bc98e3a34ffa4cd9d94f4ec79fee7f84daf (diff)
Use confirmation popup for amending last commit.
Diffstat (limited to 'pkg/i18n/dutch.go')
-rw-r--r--pkg/i18n/dutch.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index ef10625d5..56e93fdc6 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -36,7 +36,10 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "Commit Veranderingen",
}, &i18n.Message{
ID: "AmendLastCommit",
- Other: "Wijzig laatste commit",
+ Other: "wijzig laatste commit",
+ }, &i18n.Message{
+ ID: "SureToAmend",
+ Other: "Weet je zeker dat je de laatste commit wilt wijzigen? U kunt het commit-bericht wijzigen vanuit het commits-paneel.",
}, &i18n.Message{
ID: "CommitChangesWithEditor",
Other: "commit Veranderingen met de git editor",