From de81dccac6b04e8bd53168b29199b468ed2b56c4 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 21 Oct 2002 04:31:14 +0000 Subject: [PATCH] Reuse " Save macro " message. --- edit/editcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit/editcmd.c b/edit/editcmd.c index d195055d3..d0eb9c547 100644 --- a/edit/editcmd.c +++ b/edit/editcmd.c @@ -588,7 +588,7 @@ int edit_save_macro_cmd (WEdit * edit, struct macro macro[], int n) edit_push_action (edit, KEY_PRESS + edit->start_display); /* This heads the 'Macro' dialog box */ - s = edit_raw_key_query (_(" Macro "), + s = edit_raw_key_query (_(" Save macro "), /* Input line for a single key press follows the ':' */ _(" Press the macro's new hotkey: "), 1); edit->force |= REDRAW_COMPLETELY;