mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Cosmetics.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23830 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f2cd36e8ad
commit
42eb8a373a
@ -1946,7 +1946,7 @@ void GuiView::lfunUiToggle(FuncRequest const & cmd)
|
||||
}
|
||||
#endif
|
||||
if (arg != "fullscreen") {
|
||||
message(bformat(_("LFUN_UI_TOGGLE %1$s unknown command!"), from_utf8(arg)));
|
||||
message(bformat("LFUN_UI_TOGGLE " + _("%1$s unknown command!"), from_utf8(arg)));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user