]> jfr.im git - irc/kvirc/KVIrc.git/commitdiff
Fix double "built on:" in output.
authorIceN9ne <redacted>
Mon, 28 May 2018 16:26:12 +0000 (12:26 -0400)
committerIceN9ne <redacted>
Mon, 28 May 2018 16:26:12 +0000 (12:26 -0400)
src/modules/about/AboutDialog.cpp

index f88e769a3afc1d58817644cb78ebfa0527c4a699..9eb1074dd49fababc5b3fbbc6ec39a161b5fdc9f 100644 (file)
@@ -213,8 +213,7 @@ AboutDialog::AboutDialog()
        infoString += OpenSSL_version(OPENSSL_CFLAGS);
 #endif
        infoString += "<br>";
-       infoString += __tr2qs_ctx("OpenSSL built on", "about");
-       infoString += ": ";
+       infoString += __tr2qs_ctx("OpenSSL ", "about");
 #if (OPENSSL_VERSION_NUMBER < 0x10100000L)
        infoString += SSLeay_version(SSLEAY_BUILT_ON);
 #else