mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
Fix translatable message.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25983 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6aaad04d47
commit
4c57d0b5f2
@ -556,10 +556,10 @@ get_system_support_dir(FileName const & abs_binary,
|
|||||||
"having searched\n"
|
"having searched\n"
|
||||||
"\t%1$s\n"
|
"\t%1$s\n"
|
||||||
"Use the '-sysdir' command line parameter or "
|
"Use the '-sysdir' command line parameter or "
|
||||||
"set the environment variable " LYX_DIR_VER " "
|
"set the environment variable\n%2$s "
|
||||||
"to the LyX system directory containing the "
|
"to the LyX system directory containing the "
|
||||||
"file `chkconfig.ltx'."),
|
"file `chkconfig.ltx'."),
|
||||||
from_utf8(searched_dirs_str)));
|
from_utf8(searched_dirs_str), from_ascii(LYX_DIR_VER)));
|
||||||
|
|
||||||
// Keep the compiler happy.
|
// Keep the compiler happy.
|
||||||
return FileName();
|
return FileName();
|
||||||
|
Loading…
Reference in New Issue
Block a user