diff --git a/src/Text2.cpp b/src/Text2.cpp index 9c9635b975..c4f9af1d01 100644 --- a/src/Text2.cpp +++ b/src/Text2.cpp @@ -537,8 +537,7 @@ void Text::toggleFree(Cursor & cur, Font const & font, bool toggleall) // If the mask is completely neutral, tell user if (font == Font(Font::ALL_IGNORE)) { // Could only happen with user style - cur.message(_("No font change defined. " - "Use Character under the Layout menu to define font change.")); + cur.message(_("No font change defined.")); return; }