From: Pavel Sanda Date: Sat, 17 Jan 2009 13:30:41 +0000 (+0000) Subject: Uncrustify string for translators X-Git-Tag: 2.0.0~7396 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=31d7519b13566bd9702e2e508bd8577492e6d880;p=lyx.git Uncrustify string for translators git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28203 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiAbout.cpp b/src/frontends/qt4/GuiAbout.cpp index a2a0b70174..c5a484f081 100644 --- a/src/frontends/qt4/GuiAbout.cpp +++ b/src/frontends/qt4/GuiAbout.cpp @@ -104,9 +104,9 @@ static QString version() loc_release_date = toqstr(lyx_release_date); } docstring version_date = - bformat(_("LyX Version %1$s\n(%2$s)\n\n"), + bformat(_("LyX Version %1$s\n(%2$s)"), from_ascii(lyx_version), - qstring_to_ucs4(loc_release_date)); + qstring_to_ucs4(loc_release_date))+"\n\n"; QString res; QTextStream out(&res); out << toqstr(version_date);