1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 22:33:07 +02:00

Remove unused text StashPrefix

This commit is contained in:
Stefan Haller
2025-07-03 16:51:28 +02:00
parent 9511ed9d2c
commit e7cb469fd0

View File

@ -447,7 +447,6 @@ type TranslationSet struct {
IncorrectNotARepository string
AutoStashTitle string
AutoStashPrompt string
StashPrefix string
AutoStashForUndo string
AutoStashForCheckout string
AutoStashForNewBranch string
@ -1544,7 +1543,6 @@ func EnglishTranslationSet() *TranslationSet {
IncorrectNotARepository: "The value of 'notARepository' is incorrect. It should be one of 'prompt', 'create', 'skip', or 'quit'.",
AutoStashTitle: "Autostash?",
AutoStashPrompt: "You must stash and pop your changes to bring them across. Do this automatically? (enter/esc)",
StashPrefix: "Auto-stashing changes for ",
AutoStashForUndo: "Auto-stashing changes for undoing to %s",
AutoStashForCheckout: "Auto-stashing changes for checking out %s",
AutoStashForNewBranch: "Auto-stashing changes for creating new branch %s",