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.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index c9eda4ce6..925b9db38 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -681,6 +681,15 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "checkoutCommitFile",
Other: "checkout file",
+ }, &i18n.Message{
+ ID: "discardOldFileChange",
+ Other: "discard this commit's changes to this file",
+ }, &i18n.Message{
+ ID: "DiscardFileChangesTitle",
+ Other: "Discard file changes",
+ }, &i18n.Message{
+ ID: "DiscardFileChangesPrompt",
+ Other: "Are you sure you want to discard this commit's changes to this file? If this file was created in this commit, it will be deleted",
},
)
}