Commit 81378764 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

another cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3425 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -271,7 +271,6 @@ void shortcut_init(bool unjustify) ...@@ -271,7 +271,6 @@ void shortcut_init(bool unjustify)
const char *whereis_next_msg = N_("Where Is Next"); const char *whereis_next_msg = N_("Where Is Next");
#endif #endif
/* TRANSLATORS: Try to keep this and following strings at most 10 characters. */ /* TRANSLATORS: Try to keep this and following strings at most 10 characters. */
const char *refresh_msg = N_("Refresh");
const char *first_line_msg = N_("First Line"); const char *first_line_msg = N_("First Line");
const char *last_line_msg = N_("Last Line"); const char *last_line_msg = N_("Last Line");
#ifndef NANO_TINY #ifndef NANO_TINY
...@@ -282,6 +281,7 @@ void shortcut_init(bool unjustify) ...@@ -282,6 +281,7 @@ void shortcut_init(bool unjustify)
const char *end_of_par_msg = N_("End of Par"); const char *end_of_par_msg = N_("End of Par");
const char *fulljstify_msg = N_("FullJstify"); const char *fulljstify_msg = N_("FullJstify");
#endif #endif
const char *refresh_msg = N_("Refresh");
#ifndef NANO_TINY #ifndef NANO_TINY
const char *case_sens_msg = N_("Case Sens"); const char *case_sens_msg = N_("Case Sens");
const char *backwards_msg = N_("Backwards"); const char *backwards_msg = N_("Backwards");
......
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