From: Kornel Benko Date: Wed, 26 Dec 2018 16:45:34 +0000 (+0100) Subject: Amend 154b4fde X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=38ccc7493073e8640cde607603fd003aae7f909c;p=features.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; } }