This commit is contained in:
Kornel Benko 2018-12-26 17:45:34 +01:00
parent 9495ff665d
commit 9ee515c984

View File

@ -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;
}
}