Skip to content

Commit bb0a24a

Browse files
authored
Merge pull request #119 from ModOrganizer2/2_5_x
Bump version to reflect 2.5.0 release
2 parents ac7009d + ebede37 commit bb0a24a

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

src/proxy/proxypython.cpp

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ QString ProxyPython::description() const
174174

175175
VersionInfo ProxyPython::version() const
176176
{
177-
return VersionInfo(2, 3, 0, VersionInfo::RELEASE_FINAL);
177+
return VersionInfo(3, 0, 0, VersionInfo::RELEASE_FINAL);
178178
}
179179

180180
QList<PluginSetting> ProxyPython::settings() const
@@ -257,15 +257,14 @@ QString ProxyPython::fullDescription(unsigned int key) const
257257
{
258258
switch (static_cast<FailureType>(key)) {
259259
case FailureType::SEMICOLON:
260-
return tr("The path to Mod Organizer (%1) contains a semicolon. <br>"
261-
"While this is legal on NTFS drives, many softwares do not handle it "
262-
"correctly.<br>"
260+
return tr("The path to Mod Organizer (%1) contains a semicolon.<br>"
261+
"While this is legal on NTFS drives, many applications do not "
262+
"handle it correctly.<br>"
263263
"Unfortunately MO depends on libraries that seem to fall into that "
264264
"group.<br>"
265265
"As a result the python plugin cannot be loaded, and the only "
266-
"solution we can"
267-
"offer is to remove the semicolon or move MO to a path without a "
268-
"semicolon.")
266+
"solution we can offer is to remove the semicolon or move MO to a "
267+
"path without a semicolon.")
269268
.arg(QCoreApplication::applicationDirPath());
270269
case FailureType::DLL_NOT_FOUND:
271270
return tr("The Python plugin DLL was not found, maybe your antivirus deleted "

0 commit comments

Comments
 (0)