From: Kornel Benko Date: Wed, 26 Dec 2018 16:45:34 +0000 (+0100) Subject: Amend 154b4fde X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2820 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9ee515c9841fd648b6d1f0fdc4da0ecb7d091974;p=lyx.git Amend 154b4fde --- diff --git a/src/Text3.cpp b/src/Text3.cpp index 9dce236a41..b4bfd4442b 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -2378,7 +2378,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) break; } } else { - cur.message(_("Invalid argument (must be a positive number)!")); + cur.message(_("Invalid argument (must be a non-negative number)!")); break; } }