From 06836b7bfd7569d95f5a9683c0b83c8a272d76ae Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 4 Aug 2025 11:16:50 +0200 Subject: [PATCH] mxgrub: proposal for the kernel chooser title Hi, not terribly important, but 'all-other-kernel' could be written a bit more concise. I was thinking of 'any other kernel', but then ended with 'alternative-kernels', what is more to the point (IMHO). --- mxgrub/mxgrub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxgrub/mxgrub b/mxgrub/mxgrub index da540d6..f1c9413 100755 --- a/mxgrub/mxgrub +++ b/mxgrub/mxgrub @@ -163,7 +163,7 @@ sub has_esp { return !system('blkid -L ESP>/dev/null'); } -our $submenu="all-other-kernel"; +our $submenu="alternative-kernels"; sub get_chosen { my $chosen;