Browse Source

Reuse text " Delete macro " with different capitalization.

Pavel Roskin 22 years ago
parent
commit
b3614cbd31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      edit/editcmd.c

+ 1 - 1
edit/editcmd.c

@@ -618,7 +618,7 @@ void edit_delete_macro_cmd (WEdit * edit)
 {
     int command;
 
-    command = edit_raw_key_query (_ (" Delete Macro "),
+    command = edit_raw_key_query (_ (" Delete macro "),
 				  _ (" Press macro hotkey: "), 1);
 
     if (!command)