summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-28 12:43:31 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-28 13:19:35 +1100
commit0c0231c3e835ef93a7fe06a95c28bd00f1da6631 (patch)
tree50bc70e0a508888b9c370e4cbb0fe82f72dfdc44 /pkg/i18n
parenta9559a5c8738d6938f8750f0729f077e0842800e (diff)
autostash changes when pulling file into index
Diffstat (limited to 'pkg/i18n')
-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 018c76f5c..3aa11224e 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1062,6 +1062,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "cantRedoWhileRebasing",
Other: "Can't redo while rebasing",
+ }, &i18n.Message{
+ ID: "MustStashWarning",
+ Other: "Pulling a patch out into the index requires stashing and unstashing your changes. If something goes wrong, you'll be able to access your files from the stash. Continue?",
+ }, &i18n.Message{
+ ID: "MustStashTitle",
+ Other: "Must stash",
},
)
}