nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 8137876426bfbb69691b4a0b5cfa24ed04d9e6c4
parent bf487985bc574d67525e1cd7abe378ac21d3fb7a
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 24 Apr 2006 20:53:43 +0000

another cosmetic fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3425 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/global.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/global.c b/src/global.c @@ -271,7 +271,6 @@ void shortcut_init(bool unjustify) const char *whereis_next_msg = N_("Where Is Next"); #endif /* 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 *last_line_msg = N_("Last Line"); #ifndef NANO_TINY @@ -282,6 +281,7 @@ void shortcut_init(bool unjustify) const char *end_of_par_msg = N_("End of Par"); const char *fulljstify_msg = N_("FullJstify"); #endif + const char *refresh_msg = N_("Refresh"); #ifndef NANO_TINY const char *case_sens_msg = N_("Case Sens"); const char *backwards_msg = N_("Backwards");