Commit 68b12334 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

More regexp fixes by bill

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@84 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 6 additions and 5 deletions
+6 -5
......@@ -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 ""
......
......@@ -464,6 +464,7 @@ int do_replace(void)
if (!copy) {
statusbar("Replace failed: unknown subexpression!");
replace_abort();
return 0;
}
/* Cleanup */
......
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