From: Kornel Benko Date: Wed, 13 Mar 2019 13:14:35 +0000 (+0100) Subject: Typo X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8388edc96ee8bb50c562a87d8c8dc60a3e577f61;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."));