summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index feb1947d0..5f974dc64 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1165,6 +1165,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "BranchNotFoundPrompt",
Other: "Branch not found. Create a new branch named",
+ }, &i18n.Message{
+ ID: "UnstageLinesTitle",
+ Other: "Unstage lines",
+ }, &i18n.Message{
+ ID: "UnstageLinesPrompt",
+ Other: "Are you sure you want to delete the selected lines (git reset)? It is irreversible.\nTo disable this dialogue set the config key of 'gui.skipUnstageLineWarning' to true",
},
)
}