mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
safe reword
This commit is contained in:
@ -454,6 +454,8 @@ type TranslationSet struct {
|
||||
LcOpenCommitInBrowser string
|
||||
LcViewBisectOptions string
|
||||
ConfirmRevertCommit string
|
||||
RewordInEditorTitle string
|
||||
RewordInEditorPrompt string
|
||||
Actions Actions
|
||||
Bisect Bisect
|
||||
}
|
||||
@ -1027,6 +1029,9 @@ func EnglishTranslationSet() TranslationSet {
|
||||
LcOpenCommitInBrowser: "open commit in browser",
|
||||
LcViewBisectOptions: "view bisect options",
|
||||
ConfirmRevertCommit: "Are you sure you want to revert {{.selectedCommit}}?",
|
||||
RewordInEditorTitle: "Reword in editor",
|
||||
RewordInEditorPrompt: "Are you sure you want to reword this commit in your editor?",
|
||||
|
||||
Actions: Actions{
|
||||
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
|
||||
CheckoutCommit: "Checkout commit",
|
||||
|
Reference in New Issue
Block a user