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.
This commit is contained in:
Alfonso S. Siciliano 2023-10-13 02:07:15 +02:00
parent 6e71235e55
commit cdee659f93
No known key found for this signature in database
GPG key ID: 3F9EEFACFD371E37

View file

@ -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.";