]> git.lyx.org Git - lyx.git/commitdiff
* src/output_plaintext.C: partially revert r16780
authorMichael Schmitt <michael.schmitt@teststep.org>
Sun, 21 Jan 2007 09:46:15 +0000 (09:46 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sun, 21 Jan 2007 09:46:15 +0000 (09:46 +0000)
to support RtL languages

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16791 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_plaintext.C

index 38c979457e31285bdd944b8d6e117239781ed64f..ae70ac44d14fae4d71e5ec022be9c72b044c6ad0 100644 (file)
@@ -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();
                        }