1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-19 22:33:16 +02:00

note that undo functionality is experimental

This commit is contained in:
Jesse Duffield 2020-03-21 12:31:26 +11:00
parent 98fbc61221
commit 137fd80fdb
2 changed files with 2 additions and 2 deletions

View File

@ -1352,7 +1352,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Key: gui.getKey("main.undo"), Key: gui.getKey("main.undo"),
Modifier: gocui.ModNone, Modifier: gocui.ModNone,
Handler: gui.handlePopFileSnapshot, Handler: gui.handlePopFileSnapshot,
Description: gui.Tr.SLocalize("Undo"), Description: gui.Tr.SLocalize("undo"),
}, },
{ {
ViewName: "branches", ViewName: "branches",

View File

@ -362,7 +362,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: "undo", Other: "undo",
}, &i18n.Message{ }, &i18n.Message{
ID: "undoReflog", ID: "undoReflog",
Other: "undo (via reflog)", Other: "undo (via reflog) (experimental)",
}, &i18n.Message{ }, &i18n.Message{
ID: "pop", ID: "pop",
Other: "pop", Other: "pop",