1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +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"),
Modifier: gocui.ModNone,
Handler: gui.handlePopFileSnapshot,
Description: gui.Tr.SLocalize("Undo"),
Description: gui.Tr.SLocalize("undo"),
},
{
ViewName: "branches",

View File

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