]> git.lyx.org Git - features.git/commitdiff
Uncrustify string for translators
authorPavel Sanda <sanda@lyx.org>
Sat, 17 Jan 2009 13:30:41 +0000 (13:30 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 17 Jan 2009 13:30:41 +0000 (13:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28203 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiAbout.cpp

index a2a0b7017422f850477950c636607583452905b6..c5a484f0816c2b36fd58877b60e99b94fce78ef8 100644 (file)
@@ -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);