update menu labels

This commit is contained in:
2026-02-19 01:16:54 -05:00
parent d94fee916b
commit 93acbc55c5

View File

@@ -164,16 +164,16 @@ function M.render()
text:append(" ", nil, { indent = 2 })
text:append(" U ", "GlazeButtonActive"):append(" Update All ", "GlazeButton")
text:append(" ")
text:append(" u ", "GlazeButtonActive"):append(" Update ", "GlazeButton")
text:append(" u ", "GlazeButtonActive"):append(" Update Selected ", "GlazeButton")
text:append(" ")
text:append(" I ", "GlazeButtonActive"):append(" Install All ", "GlazeButton")
text:append(" ")
text:append(" i ", "GlazeButtonActive"):append(" Install ", "GlazeButton")
text:append(" i ", "GlazeButtonActive"):append(" Install Selected ", "GlazeButton")
text:nl()
text:append(" ", nil, { indent = 2 })
text:append(" x ", "GlazeButtonActive"):append(" Abort ", "GlazeButton")
text:append(" ")
text:append(" ", "GlazeButtonActive"):append(" Details ", "GlazeButton")
text:append(" <enter> ", "GlazeButtonActive"):append(" Details ", "GlazeButton")
text:append(" ")
text:append(" q ", "GlazeButtonActive"):append(" Close ", "GlazeButton")
text:nl():nl()