Commit 5b387d75 authored by Jordi Mallach's avatar Jordi Mallach
Browse files

Fixed two "occurence" typos.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@552 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 2 deletions
+4 -2
CVS code -
- search.c:
- s/occurence/occurrence typos (Jordi).
nano-0.9.99pre3 - 02/19/2001
- General
......
......@@ -340,9 +340,9 @@ int do_search(void)
void print_replaced(int num)
{
if (num > 1)
statusbar(_("Replaced %d occurences"), num);
statusbar(_("Replaced %d occurrences"), num);
else if (num == 1)
statusbar(_("Replaced 1 occurence"));
statusbar(_("Replaced 1 occurrence"));
}
void replace_abort(void)
......
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