]> git.lyx.org Git - features.git/commitdiff
Use [[Context]] for the msgid of some strings
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 13 May 2013 10:47:22 +0000 (12:47 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 13 May 2013 20:22:04 +0000 (22:22 +0200)
src/LyX.cpp
src/frontends/qt4/GuiAbout.cpp

index a8849caf3cdef9ec167461f6246f31743d02c97e..e678e98932154af0909028024a632847145cedd0 100644 (file)
@@ -1066,7 +1066,7 @@ int parse_version(string const &, string const &, string &)
 {
        cout << "LyX " << lyx_version
               << " (" << lyx_release_date << ")" << endl;
-       cout << to_utf8(bformat(_("Built on %1$s, %2$s"),
+       cout << to_utf8(bformat(_("Built on %1$s[[date]], %2$s[[time]]"),
                from_ascii(__DATE__), from_ascii(__TIME__))) << endl;
 
        cout << lyx_version_info << endl;
index acabad217bcac2bb4542df8260185219a36b705d..8ceed8f5e36e60ffd1dd601e4f23dd546151c44a 100644 (file)
@@ -138,7 +138,7 @@ static QString buildinfo()
        QTextStream out(&res);
        out << "LyX " << lyx_version
                << " (" << lyx_release_date << ")" << endl;
-       out << toqstr(bformat(_("Built on %1$s, %2$s"),
+       out << toqstr(bformat(_("Built on %1$s[[date]], %2$s[[time]]"),
                from_ascii(__DATE__), from_ascii(__TIME__))) << endl;
 
        out << lyx_version_info << endl;