From 28fe3d6cf989e9fe40292a5b40ed9bc2a8cdeaa6 Mon Sep 17 00:00:00 2001 From: Kristijan Husak Date: Tue, 25 Sep 2018 22:11:51 +0200 Subject: Use confirmation popup for amending last commit. --- pkg/i18n/dutch.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkg/i18n/dutch.go') 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", -- cgit v1.2.3