mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
* src/output_plaintext.C: partially revert r16780
to support RtL languages git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16791 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8dd721572f
commit
e5dbc07931
@ -152,7 +152,7 @@ void writePlaintextParagraph(Buffer const & buf,
|
||||
os << _("Abstract") << "\n\n";
|
||||
currlinelen = 0;
|
||||
} else {
|
||||
docstring const abst = _("Abstract") + from_ascii(": ");
|
||||
docstring const abst = _("Abstract: ");
|
||||
os << abst;
|
||||
currlinelen += abst.length();
|
||||
}
|
||||
@ -164,7 +164,7 @@ void writePlaintextParagraph(Buffer const & buf,
|
||||
os << _("References") << "\n\n";
|
||||
currlinelen = 0;
|
||||
} else {
|
||||
docstring const refs = _("References") + from_ascii(": ");
|
||||
docstring const refs = _("References: ");
|
||||
os << refs;
|
||||
currlinelen += refs.length();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user