From cdee659f93d00169c874a75e855f0f0e7a32f3f6 Mon Sep 17 00:00:00 2001 From: "Alfonso S. Siciliano" Date: Fri, 13 Oct 2023 02:07:15 +0200 Subject: [PATCH] sade: Fix F1 help message Fix F1 message of the disk menu because the button label is "[Modify]". This is a UI fix, no functional change. --- usr.sbin/bsdinstall/partedit/diskmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsdinstall/partedit/diskmenu.c b/usr.sbin/bsdinstall/partedit/diskmenu.c index 6a14ee831e1..f87c7714e5a 100644 --- a/usr.sbin/bsdinstall/partedit/diskmenu.c +++ b/usr.sbin/bsdinstall/partedit/diskmenu.c @@ -65,7 +65,7 @@ diskmenu_show(const char *title, const char *text, struct partedit_item *items, conf.text.escape = true; conf.key.f1_message="[\\Z1\\ZbC\\Znreate]: a new partition.\n" "[\\Z1\\ZbD\\Znelete]: selected partition(s).\n" - "[\\Z1\\ZbC\\Znhange]: partition type or mountpoint.\n" + "[\\Z1\\ZbM\\Znodify]: partition type or mountpoint.\n" "[\\Z1\\ZbR\\Znevert]: changes to disk setup.\n" "[\\Z1\\ZbA\\Znuto]: guided partitioning tool.\n" "[\\Z1\\ZbF\\Zninish]: will ask to apply changes.";