From: Kornel Benko Date: Wed, 13 Mar 2019 13:14:35 +0000 (+0100) Subject: Typo X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2476 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4eacc492a38d98a4ef182f5455cc5296b1d44e9e;p=features.git Typo --- diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index df45762a42..0d7d539d1b 100644 --- a/src/lyxfind.cpp +++ b/src/lyxfind.cpp @@ -3626,7 +3626,7 @@ bool findAdv(BufferView * bv, FindAndReplaceOptions const & opt) switch (num_replaced) { case 1: - bv->message(_("One matche has been replaced.")); + bv->message(_("One match has been replaced.")); break; case 2: bv->message(_("Two matches have been replaced."));