Commit 4c780be8 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Added small message when using --enable-tiny and toggle keys

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@193 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 220e7fb1
Showing with 8 additions and 6 deletions
+8 -6
......@@ -1632,6 +1632,8 @@ void do_toggle(int which)
}
SET(DISABLE_CURPOS);
#else
nano_small_msg();
#endif
}
......
......@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-09-01 09:38-0400\n"
"POT-Creation-Date: 2000-09-01 14:07-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......@@ -673,24 +673,24 @@ msgstr ""
msgid "Cannot move bottom win"
msgstr ""
#: nano.c:1817
#: nano.c:1819
msgid "Main: set up windows\n"
msgstr ""
#: nano.c:1832
#: nano.c:1834
msgid "Main: bottom win\n"
msgstr ""
#: nano.c:1838
#: nano.c:1840
msgid "Main: open file\n"
msgstr ""
#: nano.c:1906
#: nano.c:1908
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr ""
#: nano.c:1932
#: nano.c:1934
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr ""
......
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