From 8388edc96ee8bb50c562a87d8c8dc60a3e577f61 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Wed, 13 Mar 2019 14:14:35 +0100 Subject: [PATCH] Typo --- src/lyxfind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")); -- 2.39.5