From ebede37865f252ead84ffbcc8a0d6a3063a5da6b Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Fri, 24 Nov 2023 21:15:34 -0600 Subject: [PATCH] Bump version to reflect 2.5.0 release --- src/proxy/proxypython.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/proxy/proxypython.cpp b/src/proxy/proxypython.cpp index 31d84f7..b38dd0c 100644 --- a/src/proxy/proxypython.cpp +++ b/src/proxy/proxypython.cpp @@ -174,7 +174,7 @@ QString ProxyPython::description() const VersionInfo ProxyPython::version() const { - return VersionInfo(2, 3, 0, VersionInfo::RELEASE_FINAL); + return VersionInfo(3, 0, 0, VersionInfo::RELEASE_FINAL); } QList ProxyPython::settings() const @@ -257,15 +257,14 @@ QString ProxyPython::fullDescription(unsigned int key) const { switch (static_cast(key)) { case FailureType::SEMICOLON: - return tr("The path to Mod Organizer (%1) contains a semicolon.
" - "While this is legal on NTFS drives, many softwares do not handle it " - "correctly.
" + return tr("The path to Mod Organizer (%1) contains a semicolon.
" + "While this is legal on NTFS drives, many applications do not " + "handle it correctly.
" "Unfortunately MO depends on libraries that seem to fall into that " "group.
" "As a result the python plugin cannot be loaded, and the only " - "solution we can" - "offer is to remove the semicolon or move MO to a path without a " - "semicolon.") + "solution we can offer is to remove the semicolon or move MO to a " + "path without a semicolon.") .arg(QCoreApplication::applicationDirPath()); case FailureType::DLL_NOT_FOUND: return tr("The Python plugin DLL was not found, maybe your antivirus deleted "