]> git.lyx.org Git - features.git/blobdiff - src/Text3.cpp
Expand the string "regexp" to something user will better be able to understand.
[features.git] / src / Text3.cpp
index 4fd8e84290d9f07d66bbd34622d4e5560790621c..c13278f8082a404c19de7184cf2675fdcb5ce8f9 100644 (file)
@@ -200,7 +200,7 @@ void regexpDispatch(Cursor & cur, FuncRequest const & cmd)
 {
        BOOST_ASSERT(cmd.action == LFUN_REGEXP_MODE);
        if (cur.inRegexped()) {
-               cur.message(_("Already in regexp mode"));
+               cur.message(_("Already in regular expression mode"));
                return;
        }
        cur.recordUndo();