]> git.lyx.org Git - features.git/blobdiff - src/LyX.cpp
Use [[Context]] for the msgid of some strings
[features.git] / src / LyX.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;