mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-26 01:49:22 +00:00
Fix string format to match others in this file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38885 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6d25881a14
commit
b0383db03f
@ -2932,7 +2932,7 @@ bool GuiView::goToFileRow(string const & argument)
|
|||||||
}
|
}
|
||||||
if (!buf) {
|
if (!buf) {
|
||||||
message(bformat(
|
message(bformat(
|
||||||
_("No buffer for file `%1$s'."),
|
_("No buffer for file: %1$s."),
|
||||||
makeDisplayPath(file_name))
|
makeDisplayPath(file_name))
|
||||||
);
|
);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user