summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
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
parentb6b21bc98e3a34ffa4cd9d94f4ec79fee7f84daf (diff)
Use confirmation popup for amending last commit.
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go5
-rw-r--r--pkg/i18n/english.go5
-rw-r--r--pkg/i18n/polish.go5
3 files changed, 12 insertions, 3 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",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index bfa1de83e..41ce71bd2 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -44,7 +44,10 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: "commit changes",
}, &i18n.Message{
ID: "AmendLastCommit",
- Other: "Amend last commit",
+ Other: "amend last commit",
+ }, &i18n.Message{
+ ID: "SureToAmend",
+ Other: "Are you sure you want to amend last commit? You can change commit message from commits panel.",
}, &i18n.Message{
ID: "CommitChangesWithEditor",
Other: "commit changes using git editor",
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index d4f204a3f..74b4106a5 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -34,7 +34,10 @@ func addPolish(i18nObject *i18n.Bundle) error {
Other: "commituj zmiany",
}, &i18n.Message{
ID: "AmendLastCommit",
- Other: "Zmień ostatnie zatwierdzenie",
+ Other: "zmień ostatnie zatwierdzenie",
+ }, &i18n.Message{
+ ID: "SureToAmend",
+ Other: "Czy na pewno chcesz zmienić ostatnie zatwierdzenie? Możesz zmienić komunikat zatwierdzenia z panelu zatwierdzeń.",
}, &i18n.Message{
ID: "CommitChangesWithEditor",
Other: "commituj zmiany używając edytora z gita",