summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainwindow.cpp16
-rw-r--r--src/mainwindow.h2
-rw-r--r--src/organizer_en.ts672
-rw-r--r--src/version.rc2
4 files changed, 350 insertions, 342 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index f58473e9..eaecfca1 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -207,6 +207,7 @@ MainWindow::MainWindow(Settings &settings
: QMainWindow(parent)
, ui(new Ui::MainWindow)
, m_WasVisible(false)
+ , m_FirstPaint(true)
, m_linksSeparator(nullptr)
, m_Tutorial(this, "MainWindow")
, m_OldProfileIndex(-1)
@@ -687,15 +688,12 @@ void MainWindow::allowListResize()
for (int i = 0; i < ui->modList->header()->count(); ++i) {
ui->modList->header()->setSectionResizeMode(i, QHeaderView::Interactive);
}
- //ui->modList->header()->setSectionResizeMode(ui->modList->header()->count() - 1, QHeaderView::Stretch);
ui->modList->header()->setStretchLastSection(true);
-
// allow resize on plugin list
for (int i = 0; i < ui->espList->header()->count(); ++i) {
ui->espList->header()->setSectionResizeMode(i, QHeaderView::Interactive);
}
- //ui->espList->header()->setSectionResizeMode(ui->espList->header()->count() - 1, QHeaderView::Stretch);
ui->espList->header()->setStretchLastSection(true);
}
@@ -1286,14 +1284,22 @@ void MainWindow::showEvent(QShowEvent *event)
m_OrganizerCore.settings().widgets().restoreIndex(ui->groupCombo);
- allowListResize();
-
m_OrganizerCore.settings().nexus().registerAsNXMHandler(false);
m_WasVisible = true;
updateProblemsButton();
}
}
+void MainWindow::paintEvent(QPaintEvent* event)
+{
+ if (m_FirstPaint) {
+ allowListResize();
+ m_FirstPaint = false;
+ }
+
+ QMainWindow::paintEvent(event);
+}
+
void MainWindow::onBeforeClose()
{
storeSettings();
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 4adab809..8f000983 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -189,6 +189,7 @@ signals:
protected:
virtual void showEvent(QShowEvent *event);
+ virtual void paintEvent(QPaintEvent* event);
virtual void closeEvent(QCloseEvent *event);
virtual bool eventFilter(QObject *obj, QEvent *event);
virtual void resizeEvent(QResizeEvent *event);
@@ -312,6 +313,7 @@ private:
Ui::MainWindow *ui;
bool m_WasVisible;
+ bool m_FirstPaint;
// last separator on the toolbar, used to add spacer for right-alignment and
// as an insert point for executables
diff --git a/src/organizer_en.ts b/src/organizer_en.ts
index 31612360..e9578369 100644
--- a/src/organizer_en.ts
+++ b/src/organizer_en.ts
@@ -1862,7 +1862,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="mainwindow.ui" line="332"/>
<location filename="mainwindow.ui" line="839"/>
- <location filename="mainwindow.cpp" line="4705"/>
+ <location filename="mainwindow.cpp" line="4722"/>
<source>Create Backup</source>
<translation type="unfinished"></translation>
</message>
@@ -1886,7 +1886,7 @@ p, li { white-space: pre-wrap; }
<location filename="mainwindow.ui" line="474"/>
<location filename="mainwindow.ui" line="575"/>
<location filename="mainwindow.ui" line="954"/>
- <location filename="mainwindow.ui" line="1287"/>
+ <location filename="mainwindow.ui" line="1293"/>
<source>Filter</source>
<translation type="unfinished"></translation>
</message>
@@ -2037,9 +2037,9 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="mainwindow.ui" line="1061"/>
- <location filename="mainwindow.ui" line="1201"/>
- <location filename="mainwindow.cpp" line="4578"/>
- <location filename="mainwindow.cpp" line="5555"/>
+ <location filename="mainwindow.ui" line="1207"/>
+ <location filename="mainwindow.cpp" line="4595"/>
+ <location filename="mainwindow.cpp" line="5572"/>
<source>Refresh</source>
<translation type="unfinished"></translation>
</message>
@@ -2049,44 +2049,44 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1087"/>
+ <location filename="mainwindow.ui" line="1090"/>
<source>File</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1092"/>
+ <location filename="mainwindow.ui" line="1095"/>
<source>Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1104"/>
<location filename="mainwindow.ui" line="1107"/>
+ <location filename="mainwindow.ui" line="1110"/>
<source>Filters the above list so that only conflicts are displayed.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1110"/>
+ <location filename="mainwindow.ui" line="1113"/>
<source>Show only conflicts</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1117"/>
- <location filename="mainwindow.ui" line="1123"/>
+ <location filename="mainwindow.ui" line="1120"/>
+ <location filename="mainwindow.ui" line="1126"/>
<source>Filters the above list so that files from archives are not shown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1126"/>
+ <location filename="mainwindow.ui" line="1129"/>
<source>Show files from Archives</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1136"/>
+ <location filename="mainwindow.ui" line="1139"/>
<source>Saves</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1160"/>
+ <location filename="mainwindow.ui" line="1163"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
@@ -2097,337 +2097,337 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1180"/>
+ <location filename="mainwindow.ui" line="1186"/>
<source>Downloads</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1198"/>
+ <location filename="mainwindow.ui" line="1204"/>
<source>Refresh downloads view</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1229"/>
+ <location filename="mainwindow.ui" line="1235"/>
<source>This is a list of mods you downloaded from Nexus. Double click one to install it. You can also drag an archive into here.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1267"/>
+ <location filename="mainwindow.ui" line="1273"/>
<source>Show Hidden</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1309"/>
+ <location filename="mainwindow.ui" line="1315"/>
<source>Main ToolBar</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1351"/>
+ <location filename="mainwindow.ui" line="1357"/>
<source>&amp;File</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1361"/>
- <location filename="mainwindow.ui" line="1530"/>
+ <location filename="mainwindow.ui" line="1367"/>
+ <location filename="mainwindow.ui" line="1536"/>
<source>&amp;Tools</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1372"/>
- <location filename="mainwindow.ui" line="1626"/>
- <location filename="mainwindow.ui" line="1629"/>
+ <location filename="mainwindow.ui" line="1378"/>
+ <location filename="mainwindow.ui" line="1632"/>
+ <location filename="mainwindow.ui" line="1635"/>
<source>&amp;Help</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1381"/>
+ <location filename="mainwindow.ui" line="1387"/>
<source>&amp;View</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1385"/>
+ <location filename="mainwindow.ui" line="1391"/>
<source>&amp;Toolbars</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1406"/>
+ <location filename="mainwindow.ui" line="1412"/>
<source>&amp;Run</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1420"/>
- <location filename="mainwindow.ui" line="1768"/>
+ <location filename="mainwindow.ui" line="1426"/>
+ <location filename="mainwindow.ui" line="1774"/>
<source>Log</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1464"/>
+ <location filename="mainwindow.ui" line="1470"/>
<source>Install &amp;Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1467"/>
+ <location filename="mainwindow.ui" line="1473"/>
<source>Install &amp;Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1470"/>
- <location filename="mainwindow.ui" line="1473"/>
+ <location filename="mainwindow.ui" line="1476"/>
+ <location filename="mainwindow.ui" line="1479"/>
<source>Install a new mod from an archive</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1476"/>
+ <location filename="mainwindow.ui" line="1482"/>
<source>Ctrl+M</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1485"/>
+ <location filename="mainwindow.ui" line="1491"/>
<source>&amp;Profiles...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1488"/>
+ <location filename="mainwindow.ui" line="1494"/>
<source>&amp;Profiles</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1491"/>
- <location filename="mainwindow.ui" line="1494"/>
+ <location filename="mainwindow.ui" line="1497"/>
+ <location filename="mainwindow.ui" line="1500"/>
<source>Configure profiles</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1497"/>
+ <location filename="mainwindow.ui" line="1503"/>
<source>Ctrl+P</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1506"/>
+ <location filename="mainwindow.ui" line="1512"/>
<source>&amp;Executables...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1509"/>
+ <location filename="mainwindow.ui" line="1515"/>
<source>&amp;Executables</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1512"/>
- <location filename="mainwindow.ui" line="1515"/>
+ <location filename="mainwindow.ui" line="1518"/>
+ <location filename="mainwindow.ui" line="1521"/>
<source>Configure the executables that can be started through Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1518"/>
+ <location filename="mainwindow.ui" line="1524"/>
<source>Ctrl+E</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1527"/>
+ <location filename="mainwindow.ui" line="1533"/>
<source>&amp;Tool Plugins</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1533"/>
+ <location filename="mainwindow.ui" line="1539"/>
<source>Tools</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1536"/>
+ <location filename="mainwindow.ui" line="1542"/>
<source>Ctrl+I</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1545"/>
+ <location filename="mainwindow.ui" line="1551"/>
<source>&amp;Settings...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1548"/>
+ <location filename="mainwindow.ui" line="1554"/>
<source>&amp;Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1551"/>
- <location filename="mainwindow.ui" line="1554"/>
+ <location filename="mainwindow.ui" line="1557"/>
+ <location filename="mainwindow.ui" line="1560"/>
<source>Configure settings and workarounds</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1557"/>
+ <location filename="mainwindow.ui" line="1563"/>
<source>Ctrl+S</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1566"/>
- <location filename="mainwindow.ui" line="1569"/>
+ <location filename="mainwindow.ui" line="1572"/>
+ <location filename="mainwindow.ui" line="1575"/>
<source>Visit &amp;Nexus</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1572"/>
- <location filename="mainwindow.ui" line="1575"/>
+ <location filename="mainwindow.ui" line="1578"/>
+ <location filename="mainwindow.ui" line="1581"/>
<source>Visit the Nexus website in your browser for more mods</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1578"/>
+ <location filename="mainwindow.ui" line="1584"/>
<source>Ctrl+N</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1590"/>
- <location filename="mainwindow.ui" line="1593"/>
+ <location filename="mainwindow.ui" line="1596"/>
+ <location filename="mainwindow.ui" line="1599"/>
<source>&amp;Update Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1596"/>
- <location filename="mainwindow.ui" line="1599"/>
+ <location filename="mainwindow.ui" line="1602"/>
+ <location filename="mainwindow.ui" line="1605"/>
<source>Mod Organizer is up-to-date</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1608"/>
+ <location filename="mainwindow.ui" line="1614"/>
<source>&amp;Notifications...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1611"/>
- <location filename="mainwindow.ui" line="1614"/>
+ <location filename="mainwindow.ui" line="1617"/>
+ <location filename="mainwindow.ui" line="1620"/>
<source>Open the notifications dialog</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1617"/>
+ <location filename="mainwindow.ui" line="1623"/>
<source>This button will be highlighted on the toolbar if MO discovered potential problems in your setup and provide tips on how to fix them.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1632"/>
- <location filename="mainwindow.ui" line="1635"/>
+ <location filename="mainwindow.ui" line="1638"/>
+ <location filename="mainwindow.ui" line="1641"/>
<source>Show help options</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1638"/>
+ <location filename="mainwindow.ui" line="1644"/>
<source>Ctrl+H</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1647"/>
- <location filename="mainwindow.ui" line="1650"/>
+ <location filename="mainwindow.ui" line="1653"/>
+ <location filename="mainwindow.ui" line="1656"/>
<source>&amp;Endorse ModOrganizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1653"/>
- <location filename="mainwindow.ui" line="1656"/>
- <location filename="mainwindow.cpp" line="5581"/>
+ <location filename="mainwindow.ui" line="1659"/>
+ <location filename="mainwindow.ui" line="1662"/>
+ <location filename="mainwindow.cpp" line="5598"/>
<source>Endorse Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1665"/>
+ <location filename="mainwindow.ui" line="1671"/>
<source>&amp;Change Game...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1668"/>
+ <location filename="mainwindow.ui" line="1674"/>
<source>&amp;Change Game</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1671"/>
- <location filename="mainwindow.ui" line="1674"/>
+ <location filename="mainwindow.ui" line="1677"/>
+ <location filename="mainwindow.ui" line="1680"/>
<source>Open the Instance selection dialog to manage a different Game</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1679"/>
- <location filename="mainwindow.ui" line="1682"/>
+ <location filename="mainwindow.ui" line="1685"/>
+ <location filename="mainwindow.ui" line="1688"/>
<source>E&amp;xit</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1685"/>
- <location filename="mainwindow.ui" line="1688"/>
+ <location filename="mainwindow.ui" line="1691"/>
+ <location filename="mainwindow.ui" line="1694"/>
<source>Exits Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1696"/>
+ <location filename="mainwindow.ui" line="1702"/>
<source>M&amp;ain Toolbar</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1704"/>
+ <location filename="mainwindow.ui" line="1710"/>
<source>&amp;Small Icons</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1712"/>
+ <location filename="mainwindow.ui" line="1718"/>
<source>Lar&amp;ge Icons</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1720"/>
+ <location filename="mainwindow.ui" line="1726"/>
<source>&amp;Icons Only</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1728"/>
+ <location filename="mainwindow.ui" line="1734"/>
<source>&amp;Text Only</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1736"/>
+ <location filename="mainwindow.ui" line="1742"/>
<source>I&amp;cons and Text</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1744"/>
+ <location filename="mainwindow.ui" line="1750"/>
<source>M&amp;edium Icons</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1752"/>
+ <location filename="mainwindow.ui" line="1758"/>
<source>&amp;Menu</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1760"/>
+ <location filename="mainwindow.ui" line="1766"/>
<source>Status &amp;bar</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="311"/>
+ <location filename="mainwindow.cpp" line="313"/>
<source>Toolbar and Menu</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="312"/>
+ <location filename="mainwindow.cpp" line="314"/>
<source>Desktop</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="313"/>
+ <location filename="mainwindow.cpp" line="315"/>
<source>Start Menu</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="338"/>
+ <location filename="mainwindow.cpp" line="340"/>
<source>There is no supported sort mechanism for this game. You will probably have to use a third-party tool.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="627"/>
+ <location filename="mainwindow.cpp" line="630"/>
<source>Crash on exit</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="628"/>
+ <location filename="mainwindow.cpp" line="631"/>
<source>MO crashed while exiting. Some settings may not be saved.
Error: %1</source>
@@ -2445,8 +2445,8 @@ Error: %1</source>
</message>
<message>
<location filename="mainwindow.cpp" line="1066"/>
- <location filename="mainwindow.cpp" line="4715"/>
- <location filename="mainwindow.cpp" line="4719"/>
+ <location filename="mainwindow.cpp" line="4732"/>
+ <location filename="mainwindow.cpp" line="4736"/>
<source>Endorse</source>
<translation type="unfinished"></translation>
</message>
@@ -2516,700 +2516,700 @@ Error: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1330"/>
+ <location filename="mainwindow.cpp" line="1338"/>
<source>Downloads in progress</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1331"/>
+ <location filename="mainwindow.cpp" line="1339"/>
<source>There are still downloads in progress, do you really want to quit?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1442"/>
+ <location filename="mainwindow.cpp" line="1450"/>
<source>Plugin &quot;%1&quot; failed: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1444"/>
+ <location filename="mainwindow.cpp" line="1452"/>
<source>Plugin &quot;%1&quot; failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1524"/>
+ <location filename="mainwindow.cpp" line="1532"/>
<source>Browse Mod Page</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1728"/>
+ <location filename="mainwindow.cpp" line="1736"/>
<source>Also in: &lt;br&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1739"/>
+ <location filename="mainwindow.cpp" line="1747"/>
<source>No conflict</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1843"/>
+ <location filename="mainwindow.cpp" line="1851"/>
<source>&lt;Edit...&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1854"/>
+ <location filename="mainwindow.cpp" line="1862"/>
<source>(no executables)</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2128"/>
+ <location filename="mainwindow.cpp" line="2136"/>
<source>This bsa is enabled in the ini file so it may be required!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2181"/>
+ <location filename="mainwindow.cpp" line="2189"/>
<source>Activating Network Proxy</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2271"/>
+ <location filename="mainwindow.cpp" line="2288"/>
<source>Notice: Your current MO version (%1) is lower than the previously used one (%2). The GUI may not downgrade gracefully, so you may experience oddities. However, there should be no serious issues.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2347"/>
+ <location filename="mainwindow.cpp" line="2364"/>
<source>Choose Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2348"/>
+ <location filename="mainwindow.cpp" line="2365"/>
<source>Mod Archive</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2442"/>
+ <location filename="mainwindow.cpp" line="2459"/>
<source>Start Tutorial?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2443"/>
+ <location filename="mainwindow.cpp" line="2460"/>
<source>You&apos;re about to start a tutorial. For technical reasons it&apos;s not possible to end the tutorial early. Continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2649"/>
+ <location filename="mainwindow.cpp" line="2666"/>
<source>failed to change origin name: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2673"/>
+ <location filename="mainwindow.cpp" line="2690"/>
<source>failed to move &quot;%1&quot; from mod &quot;%2&quot; to &quot;%3&quot;: %4</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2686"/>
+ <location filename="mainwindow.cpp" line="2703"/>
<source>failed to rename mod: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2699"/>
+ <location filename="mainwindow.cpp" line="2716"/>
<source>Overwrite?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2700"/>
+ <location filename="mainwindow.cpp" line="2717"/>
<source>This will replace the existing mod &quot;%1&quot;. Continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2703"/>
+ <location filename="mainwindow.cpp" line="2720"/>
<source>failed to remove mod &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2707"/>
- <location filename="mainwindow.cpp" line="5225"/>
- <location filename="mainwindow.cpp" line="5249"/>
+ <location filename="mainwindow.cpp" line="2724"/>
+ <location filename="mainwindow.cpp" line="5242"/>
+ <location filename="mainwindow.cpp" line="5266"/>
<source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2795"/>
- <location filename="mainwindow.cpp" line="4281"/>
- <location filename="mainwindow.cpp" line="4289"/>
- <location filename="mainwindow.cpp" line="4815"/>
+ <location filename="mainwindow.cpp" line="2812"/>
+ <location filename="mainwindow.cpp" line="4298"/>
+ <location filename="mainwindow.cpp" line="4306"/>
+ <location filename="mainwindow.cpp" line="4832"/>
<source>Confirm</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2796"/>
+ <location filename="mainwindow.cpp" line="2813"/>
<source>Remove the following mods?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2811"/>
+ <location filename="mainwindow.cpp" line="2828"/>
<source>failed to remove mod: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2843"/>
- <location filename="mainwindow.cpp" line="2846"/>
- <location filename="mainwindow.cpp" line="2856"/>
+ <location filename="mainwindow.cpp" line="2860"/>
+ <location filename="mainwindow.cpp" line="2863"/>
+ <location filename="mainwindow.cpp" line="2873"/>
<source>Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2843"/>
+ <location filename="mainwindow.cpp" line="2860"/>
<source>Installation file no longer exists</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2847"/>
+ <location filename="mainwindow.cpp" line="2864"/>
<source>Mods installed with old versions of MO can&apos;t be reinstalled in this way.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2857"/>
+ <location filename="mainwindow.cpp" line="2874"/>
<source>Failed to create backup.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2885"/>
+ <location filename="mainwindow.cpp" line="2902"/>
<source>Endorsing multiple mods will take a while. Please wait...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2921"/>
+ <location filename="mainwindow.cpp" line="2938"/>
<source>Unendorsing multiple mods will take a while. Please wait...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2998"/>
+ <location filename="mainwindow.cpp" line="3015"/>
<source>Failed to display overwrite dialog: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3189"/>
+ <location filename="mainwindow.cpp" line="3206"/>
<source>Opening Nexus Links</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3190"/>
+ <location filename="mainwindow.cpp" line="3207"/>
<source>You are trying to open %1 links to Nexus Mods. Are you sure you want to do this?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3217"/>
+ <location filename="mainwindow.cpp" line="3234"/>
<source>Nexus ID for this mod is unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3228"/>
+ <location filename="mainwindow.cpp" line="3245"/>
<source>Opening Web Pages</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3229"/>
+ <location filename="mainwindow.cpp" line="3246"/>
<source>You are trying to open %1 Web Pages. Are you sure you want to do this?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3435"/>
+ <location filename="mainwindow.cpp" line="3452"/>
<source>&lt;table cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;All&lt;/th&gt;&lt;th&gt;Visible&lt;/th&gt;&lt;tr&gt;&lt;td&gt;Enabled mods:&amp;emsp;&lt;/td&gt;&lt;td align=right&gt;%1 / %2&lt;/td&gt;&lt;td align=right&gt;%3 / %4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Unmanaged/DLCs:&amp;emsp;&lt;/td&gt;&lt;td align=right&gt;%5&lt;/td&gt;&lt;td align=right&gt;%6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Mod backups:&amp;emsp;&lt;/td&gt;&lt;td align=right&gt;%7&lt;/td&gt;&lt;td align=right&gt;%8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Separators:&amp;emsp;&lt;/td&gt;&lt;td align=right&gt;%9&lt;/td&gt;&lt;td align=right&gt;%10&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3490"/>
+ <location filename="mainwindow.cpp" line="3507"/>
<source>&lt;table cellspacing=&quot;6&quot;&gt;&lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Active &lt;/th&gt;&lt;th&gt;Total&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;All plugins:&lt;/td&gt;&lt;td align=right&gt;%1 &lt;/td&gt;&lt;td align=right&gt;%2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ESMs:&lt;/td&gt;&lt;td align=right&gt;%3 &lt;/td&gt;&lt;td align=right&gt;%4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ESPs:&lt;/td&gt;&lt;td align=right&gt;%7 &lt;/td&gt;&lt;td align=right&gt;%8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ESMs+ESPs:&lt;/td&gt;&lt;td align=right&gt;%9 &lt;/td&gt;&lt;td align=right&gt;%10&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ESLs:&lt;/td&gt;&lt;td align=right&gt;%5 &lt;/td&gt;&lt;td align=right&gt;%6&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3522"/>
- <location filename="mainwindow.cpp" line="3666"/>
- <location filename="mainwindow.cpp" line="4640"/>
+ <location filename="mainwindow.cpp" line="3539"/>
+ <location filename="mainwindow.cpp" line="3683"/>
+ <location filename="mainwindow.cpp" line="4657"/>
<source>Create Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3523"/>
+ <location filename="mainwindow.cpp" line="3540"/>
<source>This will create an empty mod.
Please enter a name:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3532"/>
- <location filename="mainwindow.cpp" line="3676"/>
+ <location filename="mainwindow.cpp" line="3549"/>
+ <location filename="mainwindow.cpp" line="3693"/>
<source>A mod with this name already exists</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3560"/>
+ <location filename="mainwindow.cpp" line="3577"/>
<source>Create Separator...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3561"/>
+ <location filename="mainwindow.cpp" line="3578"/>
<source>This will create a new separator.
Please enter a name:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3568"/>
+ <location filename="mainwindow.cpp" line="3585"/>
<source>A separator with this name already exists</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3667"/>
+ <location filename="mainwindow.cpp" line="3684"/>
<source>This will move all files from overwrite into a new, regular mod.
Please enter a name:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3740"/>
+ <location filename="mainwindow.cpp" line="3757"/>
<source>Move successful.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3762"/>
- <location filename="mainwindow.cpp" line="6212"/>
+ <location filename="mainwindow.cpp" line="3779"/>
+ <location filename="mainwindow.cpp" line="6229"/>
<source>Are you sure?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3763"/>
+ <location filename="mainwindow.cpp" line="3780"/>
<source>About to recursively delete:
</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4163"/>
+ <location filename="mainwindow.cpp" line="4180"/>
<source>Continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4164"/>
+ <location filename="mainwindow.cpp" line="4181"/>
<source>The versioning scheme decides which version is considered newer than another.
This function will guess the versioning scheme under the assumption that the installed version is outdated.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4184"/>
+ <location filename="mainwindow.cpp" line="4201"/>
<source>Sorry</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4185"/>
+ <location filename="mainwindow.cpp" line="4202"/>
<source>I don&apos;t know a versioning scheme where %1 is newer than %2.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4281"/>
+ <location filename="mainwindow.cpp" line="4298"/>
<source>Really enable all visible mods?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4289"/>
+ <location filename="mainwindow.cpp" line="4306"/>
<source>Really disable all visible mods?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4371"/>
+ <location filename="mainwindow.cpp" line="4388"/>
<source>Export to csv</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4374"/>
+ <location filename="mainwindow.cpp" line="4391"/>
<source>CSV (Comma Separated Values) is a format that can be imported in programs like Excel to create a spreadsheet.
You can also use online editors and converters instead.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4377"/>
+ <location filename="mainwindow.cpp" line="4394"/>
<source>Select what mods you want export:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4378"/>
+ <location filename="mainwindow.cpp" line="4395"/>
<source>All installed mods</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4379"/>
+ <location filename="mainwindow.cpp" line="4396"/>
<source>Only active (checked) mods from your current profile</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4380"/>
+ <location filename="mainwindow.cpp" line="4397"/>
<source>All currently visible mods in the mod list</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4401"/>
+ <location filename="mainwindow.cpp" line="4418"/>
<source>Choose what Columns to export:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4404"/>
+ <location filename="mainwindow.cpp" line="4421"/>
<source>Mod_Priority</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4406"/>
+ <location filename="mainwindow.cpp" line="4423"/>
<source>Mod_Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4408"/>
+ <location filename="mainwindow.cpp" line="4425"/>
<source>Notes_column</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4409"/>
+ <location filename="mainwindow.cpp" line="4426"/>
<source>Mod_Status</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4411"/>
+ <location filename="mainwindow.cpp" line="4428"/>
<source>Primary_Category</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4412"/>
+ <location filename="mainwindow.cpp" line="4429"/>
<source>Nexus_ID</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4413"/>
+ <location filename="mainwindow.cpp" line="4430"/>
<source>Mod_Nexus_URL</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4414"/>
+ <location filename="mainwindow.cpp" line="4431"/>
<source>Mod_Version</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4415"/>
+ <location filename="mainwindow.cpp" line="4432"/>
<source>Install_Date</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4416"/>
+ <location filename="mainwindow.cpp" line="4433"/>
<source>Download_File_Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4524"/>
+ <location filename="mainwindow.cpp" line="4541"/>
<source>export failed: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4543"/>
+ <location filename="mainwindow.cpp" line="4560"/>
<source>Open Game folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4544"/>
+ <location filename="mainwindow.cpp" line="4561"/>
<source>Open MyGames folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4545"/>
+ <location filename="mainwindow.cpp" line="4562"/>
<source>Open INIs folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4550"/>
+ <location filename="mainwindow.cpp" line="4567"/>
<source>Open Instance folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4551"/>
+ <location filename="mainwindow.cpp" line="4568"/>
<source>Open Mods folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4552"/>
+ <location filename="mainwindow.cpp" line="4569"/>
<source>Open Profile folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4553"/>
+ <location filename="mainwindow.cpp" line="4570"/>
<source>Open Downloads folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4559"/>
+ <location filename="mainwindow.cpp" line="4576"/>
<source>Open MO2 Install folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4560"/>
+ <location filename="mainwindow.cpp" line="4577"/>
<source>Open MO2 Plugins folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4561"/>
+ <location filename="mainwindow.cpp" line="4578"/>
<source>Open MO2 Stylesheets folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4562"/>
+ <location filename="mainwindow.cpp" line="4579"/>
<source>Open MO2 Logs folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4569"/>
+ <location filename="mainwindow.cpp" line="4586"/>
<source>Install Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4570"/>
+ <location filename="mainwindow.cpp" line="4587"/>
<source>Create empty mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4571"/>
+ <location filename="mainwindow.cpp" line="4588"/>
<source>Create Separator</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4575"/>
+ <location filename="mainwindow.cpp" line="4592"/>
<source>Enable all visible</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4576"/>
+ <location filename="mainwindow.cpp" line="4593"/>
<source>Disable all visible</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4577"/>
+ <location filename="mainwindow.cpp" line="4594"/>
<source>Check for updates</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4579"/>
+ <location filename="mainwindow.cpp" line="4596"/>
<source>Export to csv...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4588"/>
- <location filename="mainwindow.cpp" line="4604"/>
+ <location filename="mainwindow.cpp" line="4605"/>
+ <location filename="mainwindow.cpp" line="4621"/>
<source>Send to</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4589"/>
- <location filename="mainwindow.cpp" line="4605"/>
+ <location filename="mainwindow.cpp" line="4606"/>
+ <location filename="mainwindow.cpp" line="4622"/>
<source>Top</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4590"/>
- <location filename="mainwindow.cpp" line="4606"/>
+ <location filename="mainwindow.cpp" line="4607"/>
+ <location filename="mainwindow.cpp" line="4623"/>
<source>Bottom</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4591"/>
- <location filename="mainwindow.cpp" line="4607"/>
+ <location filename="mainwindow.cpp" line="4608"/>
+ <location filename="mainwindow.cpp" line="4624"/>
<source>Priority...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4592"/>
+ <location filename="mainwindow.cpp" line="4609"/>
<source>Separator...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4631"/>
+ <location filename="mainwindow.cpp" line="4648"/>
<source>All Mods</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4639"/>
+ <location filename="mainwindow.cpp" line="4656"/>
<source>Sync to Mods...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4641"/>
+ <location filename="mainwindow.cpp" line="4658"/>
<source>Move content to Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4642"/>
+ <location filename="mainwindow.cpp" line="4659"/>
<source>Clear Overwrite...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4644"/>
- <location filename="mainwindow.cpp" line="4767"/>
+ <location filename="mainwindow.cpp" line="4661"/>
+ <location filename="mainwindow.cpp" line="4784"/>
<source>Open in Explorer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4646"/>
+ <location filename="mainwindow.cpp" line="4663"/>
<source>Restore Backup</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4647"/>
+ <location filename="mainwindow.cpp" line="4664"/>
<source>Remove Backup...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4650"/>
- <location filename="mainwindow.cpp" line="4669"/>
+ <location filename="mainwindow.cpp" line="4667"/>
+ <location filename="mainwindow.cpp" line="4686"/>
<source>Change Categories</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4654"/>
- <location filename="mainwindow.cpp" line="4674"/>
+ <location filename="mainwindow.cpp" line="4671"/>
+ <location filename="mainwindow.cpp" line="4691"/>
<source>Primary Category</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4658"/>
+ <location filename="mainwindow.cpp" line="4675"/>
<source>Rename Separator...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4659"/>
+ <location filename="mainwindow.cpp" line="4676"/>
<source>Remove Separator...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4662"/>
+ <location filename="mainwindow.cpp" line="4679"/>
<source>Select Color...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4664"/>
+ <location filename="mainwindow.cpp" line="4681"/>
<source>Reset Color</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4681"/>
+ <location filename="mainwindow.cpp" line="4698"/>
<source>Change versioning scheme</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4685"/>
+ <location filename="mainwindow.cpp" line="4702"/>
<source>Force-check updates</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4687"/>
+ <location filename="mainwindow.cpp" line="4704"/>
<source>Un-ignore update</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4690"/>
+ <location filename="mainwindow.cpp" line="4707"/>
<source>Ignore update</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4695"/>
- <location filename="mainwindow.cpp" line="6370"/>
+ <location filename="mainwindow.cpp" line="4712"/>
+ <location filename="mainwindow.cpp" line="6387"/>
<source>Enable selected</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4696"/>
- <location filename="mainwindow.cpp" line="6371"/>
+ <location filename="mainwindow.cpp" line="4713"/>
+ <location filename="mainwindow.cpp" line="6388"/>
<source>Disable selected</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4702"/>
+ <location filename="mainwindow.cpp" line="4719"/>
<source>Rename Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4703"/>
+ <location filename="mainwindow.cpp" line="4720"/>
<source>Reinstall Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4704"/>
+ <location filename="mainwindow.cpp" line="4721"/>
<source>Remove Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4712"/>
+ <location filename="mainwindow.cpp" line="4729"/>
<source>Un-Endorse</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4716"/>
+ <location filename="mainwindow.cpp" line="4733"/>
<source>Won&apos;t endorse</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4722"/>
+ <location filename="mainwindow.cpp" line="4739"/>
<source>Endorsement state unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4732"/>
+ <location filename="mainwindow.cpp" line="4749"/>
<source>Start tracking</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4735"/>
+ <location filename="mainwindow.cpp" line="4752"/>
<source>Stop tracking</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4738"/>
+ <location filename="mainwindow.cpp" line="4755"/>
<source>Tracked state unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4749"/>
+ <location filename="mainwindow.cpp" line="4766"/>
<source>Ignore missing data</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4753"/>
+ <location filename="mainwindow.cpp" line="4770"/>
<source>Mark as converted/working</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4757"/>
+ <location filename="mainwindow.cpp" line="4774"/>
<source>Visit on Nexus</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4763"/>
+ <location filename="mainwindow.cpp" line="4780"/>
<source>Visit on %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4771"/>
+ <location filename="mainwindow.cpp" line="4788"/>
<source>Information...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4778"/>
- <location filename="mainwindow.cpp" line="6423"/>
+ <location filename="mainwindow.cpp" line="4795"/>
+ <location filename="mainwindow.cpp" line="6440"/>
<source>Exception: </source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4780"/>
- <location filename="mainwindow.cpp" line="6425"/>
+ <location filename="mainwindow.cpp" line="4797"/>
+ <location filename="mainwindow.cpp" line="6442"/>
<source>Unknown exception</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4812"/>
+ <location filename="mainwindow.cpp" line="4829"/>
<source>%1 more</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
- <location filename="mainwindow.cpp" line="4816"/>
+ <location filename="mainwindow.cpp" line="4833"/>
<source>Are you sure you want to remove the following %n save(s)?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Removed saves will be sent to the Recycle Bin.</source>
<translation type="unfinished">
<numerusform></numerusform>
@@ -3217,12 +3217,12 @@ You can also use online editors and converters instead.</source>
</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4861"/>
+ <location filename="mainwindow.cpp" line="4878"/>
<source>Enable Mods...</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
- <location filename="mainwindow.cpp" line="4876"/>
+ <location filename="mainwindow.cpp" line="4893"/>
<source>Delete %n save(s)</source>
<translation type="unfinished">
<numerusform></numerusform>
@@ -3230,335 +3230,335 @@ You can also use online editors and converters instead.</source>
</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4956"/>
+ <location filename="mainwindow.cpp" line="4973"/>
<source>Restart Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4958"/>
+ <location filename="mainwindow.cpp" line="4975"/>
<source>Mod Organizer must restart to finish configuration changes</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4960"/>
+ <location filename="mainwindow.cpp" line="4977"/>
<source>Restart</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4961"/>
+ <location filename="mainwindow.cpp" line="4978"/>
<source>Continue</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4961"/>
+ <location filename="mainwindow.cpp" line="4978"/>
<source>Some things might be weird.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4982"/>
+ <location filename="mainwindow.cpp" line="4999"/>
<source>Can&apos;t change download directory while downloads are in progress!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5139"/>
+ <location filename="mainwindow.cpp" line="5156"/>
<source>failed to write to file %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5145"/>
+ <location filename="mainwindow.cpp" line="5162"/>
<source>%1 written</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5163"/>
+ <location filename="mainwindow.cpp" line="5180"/>
<source>Enter Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5164"/>
+ <location filename="mainwindow.cpp" line="5181"/>
<source>Enter a name for the executable</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5186"/>
+ <location filename="mainwindow.cpp" line="5203"/>
<source>Not an executable</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5187"/>
+ <location filename="mainwindow.cpp" line="5204"/>
<source>This is not a recognized executable.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5210"/>
- <location filename="mainwindow.cpp" line="5235"/>
+ <location filename="mainwindow.cpp" line="5227"/>
+ <location filename="mainwindow.cpp" line="5252"/>
<source>Replace file?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5210"/>
+ <location filename="mainwindow.cpp" line="5227"/>
<source>There already is a hidden version of this file. Replace it?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5213"/>
- <location filename="mainwindow.cpp" line="5238"/>
+ <location filename="mainwindow.cpp" line="5230"/>
+ <location filename="mainwindow.cpp" line="5255"/>
<source>File operation failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5213"/>
- <location filename="mainwindow.cpp" line="5238"/>
+ <location filename="mainwindow.cpp" line="5230"/>
+ <location filename="mainwindow.cpp" line="5255"/>
<source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5235"/>
+ <location filename="mainwindow.cpp" line="5252"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5279"/>
- <location filename="mainwindow.cpp" line="6762"/>
+ <location filename="mainwindow.cpp" line="5296"/>
+ <location filename="mainwindow.cpp" line="6779"/>
<source>Set Priority</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5279"/>
+ <location filename="mainwindow.cpp" line="5296"/>
<source>Set the priority of the selected plugins</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5446"/>
+ <location filename="mainwindow.cpp" line="5463"/>
<source>Update available</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5481"/>
+ <location filename="mainwindow.cpp" line="5498"/>
<source>&amp;Execute</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5482"/>
+ <location filename="mainwindow.cpp" line="5499"/>
<source>Execute with &amp;VFS</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5484"/>
+ <location filename="mainwindow.cpp" line="5501"/>
<source>&amp;Open</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5485"/>
+ <location filename="mainwindow.cpp" line="5502"/>
<source>Open with &amp;VFS</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5526"/>
+ <location filename="mainwindow.cpp" line="5543"/>
<source>&amp;Add as Executable</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5489"/>
+ <location filename="mainwindow.cpp" line="5506"/>
<source>Preview</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5539"/>
+ <location filename="mainwindow.cpp" line="5556"/>
<source>Un-Hide</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5541"/>
+ <location filename="mainwindow.cpp" line="5558"/>
<source>Hide</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5554"/>
+ <location filename="mainwindow.cpp" line="5571"/>
<source>Write To File...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5582"/>
+ <location filename="mainwindow.cpp" line="5599"/>
<source>Do you want to endorse Mod Organizer on %1 now?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5596"/>
+ <location filename="mainwindow.cpp" line="5613"/>
<source>Abstain from Endorsing Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5597"/>
+ <location filename="mainwindow.cpp" line="5614"/>
<source>Are you sure you want to abstain from endorsing Mod Organizer 2?
You will have to visit the mod page on the %1 Nexus site to change your mind.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5688"/>
+ <location filename="mainwindow.cpp" line="5705"/>
<source>Thank you for endorsing MO2! :)</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5694"/>
+ <location filename="mainwindow.cpp" line="5711"/>
<source>Please reconsider endorsing MO2 on Nexus!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5958"/>
+ <location filename="mainwindow.cpp" line="5975"/>
<source>Thank you!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5958"/>
+ <location filename="mainwindow.cpp" line="5975"/>
<source>Thank you for your endorsement!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6050"/>
+ <location filename="mainwindow.cpp" line="6067"/>
<source>Mod ID %1 no longer seems to be available on Nexus.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6052"/>
+ <location filename="mainwindow.cpp" line="6069"/>
<source>Request to Nexus failed: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6068"/>
- <location filename="mainwindow.cpp" line="6130"/>
+ <location filename="mainwindow.cpp" line="6085"/>
+ <location filename="mainwindow.cpp" line="6147"/>
<source>failed to read %1: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6080"/>
+ <location filename="mainwindow.cpp" line="6097"/>
<source>Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6080"/>
+ <location filename="mainwindow.cpp" line="6097"/>
<source>failed to extract %1 (errorcode %2)</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6112"/>
+ <location filename="mainwindow.cpp" line="6129"/>
<source>Extract BSA</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6141"/>
+ <location filename="mainwindow.cpp" line="6158"/>
<source>This archive contains invalid hashes. Some files may be broken.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6187"/>
+ <location filename="mainwindow.cpp" line="6204"/>
<source>Extract...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6212"/>
+ <location filename="mainwindow.cpp" line="6229"/>
<source>This will restart MO, continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6290"/>
+ <location filename="mainwindow.cpp" line="6307"/>
<source>&lt;Multiple&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6354"/>
+ <location filename="mainwindow.cpp" line="6371"/>
<source>Remove &apos;%1&apos; from the toolbar</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6375"/>
+ <location filename="mainwindow.cpp" line="6392"/>
<source>Enable all</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6376"/>
+ <location filename="mainwindow.cpp" line="6393"/>
<source>Disable all</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6397"/>
+ <location filename="mainwindow.cpp" line="6414"/>
<source>Unlock load order</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6400"/>
+ <location filename="mainwindow.cpp" line="6417"/>
<source>Lock load order</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6410"/>
+ <location filename="mainwindow.cpp" line="6427"/>
<source>Open Origin in Explorer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6415"/>
+ <location filename="mainwindow.cpp" line="6432"/>
<source>Open Origin Info...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6523"/>
+ <location filename="mainwindow.cpp" line="6540"/>
<source>Backup of load order created</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6533"/>
+ <location filename="mainwindow.cpp" line="6550"/>
<source>Choose backup to restore</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6546"/>
+ <location filename="mainwindow.cpp" line="6563"/>
<source>No Backups</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6546"/>
+ <location filename="mainwindow.cpp" line="6563"/>
<source>There are no backups to restore</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6571"/>
- <location filename="mainwindow.cpp" line="6596"/>
+ <location filename="mainwindow.cpp" line="6588"/>
+ <location filename="mainwindow.cpp" line="6613"/>
<source>Restore failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6572"/>
- <location filename="mainwindow.cpp" line="6597"/>
+ <location filename="mainwindow.cpp" line="6589"/>
+ <location filename="mainwindow.cpp" line="6614"/>
<source>Failed to restore the backup. Errorcode: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6584"/>
+ <location filename="mainwindow.cpp" line="6601"/>
<source>Backup of mod list created</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6667"/>
+ <location filename="mainwindow.cpp" line="6684"/>
<source>A file with the same name has already been downloaded. What would you like to do?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6669"/>
+ <location filename="mainwindow.cpp" line="6686"/>
<source>Overwrite</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6670"/>
+ <location filename="mainwindow.cpp" line="6687"/>
<source>Rename new file</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6671"/>
+ <location filename="mainwindow.cpp" line="6688"/>
<source>Ignore file</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6762"/>
+ <location filename="mainwindow.cpp" line="6779"/>
<source>Set the priority of the selected mods</source>
<translation type="unfinished"></translation>
</message>
@@ -6088,23 +6088,23 @@ If the folder was still in use, restart MO and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="901"/>
+ <location filename="main.cpp" line="899"/>
<location filename="settingsdialogworkarounds.cpp" line="17"/>
<source>Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="902"/>
+ <location filename="main.cpp" line="900"/>
<source>An instance of Mod Organizer is already running</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="924"/>
+ <location filename="main.cpp" line="922"/>
<source>Failed to set up instance</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="197"/>
+ <location filename="mainwindow.cpp" line="198"/>
<source>&lt;Unmanaged&gt;</source>
<translation type="unfinished"></translation>
</message>
@@ -6114,13 +6114,13 @@ If the folder was still in use, restart MO and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1788"/>
- <location filename="mainwindow.cpp" line="5094"/>
+ <location filename="mainwindow.cpp" line="1796"/>
+ <location filename="mainwindow.cpp" line="5111"/>
<source>&lt;Manage...&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1800"/>
+ <location filename="mainwindow.cpp" line="1808"/>
<source>failed to parse profile %1: %2</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/version.rc b/src/version.rc
index 3d431488..1544451e 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -4,7 +4,7 @@
// Otherwise, if letters are used in VER_FILEVERSION_STR, uses the full MOBase::VersionInfo parser
// Otherwise, uses the numbers from VER_FILEVERSION and sets the release type as pre-alpha
#define VER_FILEVERSION 2,2,2
-#define VER_FILEVERSION_STR "2.2.2rc1\0"
+#define VER_FILEVERSION_STR "2.2.2rc2\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION