diff options
author | Alfonso S. Siciliano <asiciliano@FreeBSD.org> | 2023-10-13 00:07:15 +0000 |
---|---|---|
committer | Alfonso S. Siciliano <asiciliano@FreeBSD.org> | 2023-10-13 00:19:45 +0000 |
commit | cdee659f93d00169c874a75e855f0f0e7a32f3f6 (patch) | |
tree | ac0cdcb7c35bef857c190451ad1fbb9dfa4b9e7f /usr.sbin/bsdinstall/partedit | |
parent | 6e71235e558ef579605e7f35b02f983b9a246a4a (diff) |
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.
Diffstat (limited to 'usr.sbin/bsdinstall/partedit')
-rw-r--r-- | usr.sbin/bsdinstall/partedit/diskmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/partedit/diskmenu.c b/usr.sbin/bsdinstall/partedit/diskmenu.c index 6a14ee831e18..f87c7714e5a7 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."; |