mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
backport r19472
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20199 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
25ec5f0279
commit
f79e11e5f1
@ -1823,7 +1823,7 @@ void Buffer::getSourceCode(odocstream & os, pit_type par_begin,
|
||||
runparams.par_end = par_end;
|
||||
if (par_begin + 1 == par_end)
|
||||
os << "% "
|
||||
<< bformat(_("Preview source code for paragraph %1$s"), par_begin)
|
||||
<< bformat(_("Preview source code for paragraph %1$d"), par_begin)
|
||||
<< "\n\n";
|
||||
else
|
||||
os << "% "
|
||||
|
Loading…
Reference in New Issue
Block a user