]> git.lyx.org Git - features.git/commitdiff
Typo
authorKornel Benko <kornel@lyx.org>
Wed, 13 Mar 2019 13:14:35 +0000 (14:14 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:16 +0000 (15:48 +0200)
src/lyxfind.cpp

index df45762a428a575f584bd34bba37234de7fd016d..0d7d539d1bebf563a6f382082c7dff890a0a80a6 100644 (file)
@@ -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."));