Commit d84fb8d2 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: remove a superfluous no-op function call

Reported-by: default avatarDavid Lawrence Ramsey <pooka109@gmail.com>
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -984,7 +984,7 @@ void shortcut_init(void)
N_("Run Macro"), IFSCHELP(nano_runmacro_msg), BLANKAFTER, VIEW);
add_to_funcs(do_search_backward, MMAIN,
N_("Where Was"), IFSCHELP(N_(nano_wherewas_msg)), BLANKAFTER, VIEW);
N_("Where Was"), IFSCHELP(nano_wherewas_msg), BLANKAFTER, VIEW);
add_to_funcs(do_savefile, MMAIN,
N_("Save"), IFSCHELP(nano_savefile_msg), BLANKAFTER, NOVIEW);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment