commit 4eacc492a38d98a4ef182f5455cc5296b1d44e9e Author: Kornel Benko <kor...@lyx.org> Date: Wed Mar 13 14:14:35 2019 +0100
Typo --- src/lyxfind.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index df45762..0d7d539 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."));