From 93acbc55c55518e22926d9bedc904695b93f8eba Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Thu, 19 Feb 2026 01:16:54 -0500 Subject: [PATCH] update menu labels --- lua/glaze/view.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/glaze/view.lua b/lua/glaze/view.lua index 7f3cef6..d94dc18 100644 --- a/lua/glaze/view.lua +++ b/lua/glaze/view.lua @@ -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(" ", "GlazeButtonActive"):append(" Details ", "GlazeButton") text:append(" ") text:append(" q ", "GlazeButtonActive"):append(" Close ", "GlazeButton") text:nl():nl()