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

Remove text that is now unused

This commit is contained in:
Stefan Haller
2025-03-22 11:06:15 +01:00
parent b102646b20
commit 728f0d9dfa

View File

@ -449,7 +449,6 @@ type TranslationSet struct {
ExecuteShellCommandTooltip string
ShellCommand string
CommitChangesWithoutHook string
SkipHookPrefixNotConfigured string
ResetTo string
ResetSoftTooltip string
ResetMixedTooltip string
@ -1500,7 +1499,6 @@ func EnglishTranslationSet() *TranslationSet {
ExecuteShellCommandTooltip: "Bring up a prompt where you can enter a shell command to execute.",
ShellCommand: "Shell command:",
CommitChangesWithoutHook: "Commit changes without pre-commit hook",
SkipHookPrefixNotConfigured: "You have not configured a commit message prefix for skipping hooks. Set `git.skipHookPrefix = 'WIP'` in your config",
ResetTo: `Reset to`,
PressEnterToReturn: "Press enter to return to lazygit",
ViewStashOptions: "View stash options",