More regexp fixes by bill

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@84 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2000-07-07 13:10:28 +00:00
parent dba37aef66
commit 68b12334d5
2 changed files with 6 additions and 5 deletions

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-07-07 01:16-0400\n"
"POT-Creation-Date: 2000-07-07 09:15-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"
@ -707,19 +707,19 @@ msgid "Replace this instance?"
msgstr ""
#. Ask for it
#: search.c:507
#: search.c:508
msgid "Enter line number"
msgstr ""
#: search.c:509
#: search.c:510
msgid "Aborted"
msgstr ""
#: search.c:529
#: search.c:530
msgid "Come on, be reasonable"
msgstr ""
#: search.c:534
#: search.c:535
#, c-format
msgid "Only %d lines available, skipping to last line"
msgstr ""

View File

@ -464,6 +464,7 @@ int do_replace(void)
if (!copy) {
statusbar("Replace failed: unknown subexpression!");
replace_abort();
return 0;
}
/* Cleanup */