Index: uspace/app/edit/edit.c
===================================================================
--- uspace/app/edit/edit.c	(revision 5de852c29de3e69c0e56c905bb90baf3983deec5)
+++ uspace/app/edit/edit.c	(revision 7fc81da1fa798e3f7a52bc8d00553155f47140d4)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2021 Jiri Svoboda
+ * Copyright (c) 2022 Jiri Svoboda
  * Copyright (c) 2012 Martin Sucha
  * All rights reserved.
@@ -1408,6 +1408,6 @@
 	 */
 	while (true) {
-		int rc = asprintf(&text, "%d, %d (%d): File '%s'. Ctrl-Q Quit  Ctrl-S Save  "
-		    "Ctrl-E Save As", coord.row, coord.column, last_row, fname);
+		int rc = asprintf(&text, "%d, %d (%d): File '%s'. Ctrl-Q Quit  "
+		    "F10 Menu", coord.row, coord.column, last_row, fname);
 		if (rc < 0) {
 			n = 0;
