mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
Update error message
This commit is contained in:
@ -1121,7 +1121,6 @@ func EnglishTranslationSet() TranslationSet {
|
|||||||
InitialBranch: "Branch name? (leave empty for git's default): ",
|
InitialBranch: "Branch name? (leave empty for git's default): ",
|
||||||
NoRecentRepositories: "Must open lazygit in a git repository. No valid recent repositories. Exiting.",
|
NoRecentRepositories: "Must open lazygit in a git repository. No valid recent repositories. Exiting.",
|
||||||
IncorrectNotARepository: "The value of 'notARepository' is incorrect. It should be one of 'prompt', 'create', 'skip', or 'quit'.",
|
IncorrectNotARepository: "The value of 'notARepository' is incorrect. It should be one of 'prompt', 'create', 'skip', or 'quit'.",
|
||||||
WorkingDirectoryDoesNotExist: "The current working directory does not exist",
|
|
||||||
AutoStashTitle: "Autostash?",
|
AutoStashTitle: "Autostash?",
|
||||||
AutoStashPrompt: "You must stash and pop your changes to bring them across. Do this automatically? (enter/esc)",
|
AutoStashPrompt: "You must stash and pop your changes to bring them across. Do this automatically? (enter/esc)",
|
||||||
StashPrefix: "Auto-stashing changes for ",
|
StashPrefix: "Auto-stashing changes for ",
|
||||||
@ -1155,6 +1154,7 @@ func EnglishTranslationSet() TranslationSet {
|
|||||||
StashIncludeUntrackedChanges: "Stash all changes including untracked files",
|
StashIncludeUntrackedChanges: "Stash all changes including untracked files",
|
||||||
StashOptions: "Stash options",
|
StashOptions: "Stash options",
|
||||||
NotARepository: "Error: must be run inside a git repository",
|
NotARepository: "Error: must be run inside a git repository",
|
||||||
|
WorkingDirectoryDoesNotExist: "Error: the current working directory does not exist",
|
||||||
Jump: "Jump to panel",
|
Jump: "Jump to panel",
|
||||||
ScrollLeftRight: "Scroll left/right",
|
ScrollLeftRight: "Scroll left/right",
|
||||||
ScrollLeft: "Scroll left",
|
ScrollLeft: "Scroll left",
|
||||||
|
Reference in New Issue
Block a user