mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix string format to match others in this file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38884 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2d8108cf4c
commit
46498f9f4b
@ -2932,7 +2932,7 @@ bool GuiView::goToFileRow(string const & argument)
|
||||
}
|
||||
if (!buf) {
|
||||
message(bformat(
|
||||
_("No buffer for file `%1$s'."),
|
||||
_("No buffer for file: %1$s."),
|
||||
makeDisplayPath(file_name))
|
||||
);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user