From aad58641922206292ce56bdd344d7e1f3f55dc3c Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 7 Dec 2013 14:23:51 +0100 Subject: [PATCH] minor text changes --- src/proxy/proxypython.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxy/proxypython.cpp b/src/proxy/proxypython.cpp index 831cefe..121446f 100644 --- a/src/proxy/proxypython.cpp +++ b/src/proxy/proxypython.cpp @@ -305,7 +305,7 @@ QString ProxyPython::fullDescription(unsigned int key) const "The only solution I can offer is to remove the semicolon / move MO to a path without a semicolon.").arg(QCoreApplication::applicationDirPath()); } break; default: - throw MyException(tr("invalid problem key %1").arg(key)); + throw MyException(QString("invalid problem key %1").arg(key)); } }