Skip to content

Commit e7cb469

Browse files
committed
Remove unused text StashPrefix
1 parent 9511ed9 commit e7cb469

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/i18n/english.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ type TranslationSet struct {
447447
IncorrectNotARepository string
448448
AutoStashTitle string
449449
AutoStashPrompt string
450-
StashPrefix string
451450
AutoStashForUndo string
452451
AutoStashForCheckout string
453452
AutoStashForNewBranch string
@@ -1544,7 +1543,6 @@ func EnglishTranslationSet() *TranslationSet {
15441543
IncorrectNotARepository: "The value of 'notARepository' is incorrect. It should be one of 'prompt', 'create', 'skip', or 'quit'.",
15451544
AutoStashTitle: "Autostash?",
15461545
AutoStashPrompt: "You must stash and pop your changes to bring them across. Do this automatically? (enter/esc)",
1547-
StashPrefix: "Auto-stashing changes for ",
15481546
AutoStashForUndo: "Auto-stashing changes for undoing to %s",
15491547
AutoStashForCheckout: "Auto-stashing changes for checking out %s",
15501548
AutoStashForNewBranch: "Auto-stashing changes for creating new branch %s",

0 commit comments

Comments
 (0)