diff options
| -rw-r--r-- | src/mainwindow.cpp | 26 | ||||
| -rw-r--r-- | src/mainwindow.h | 1 | ||||
| -rw-r--r-- | src/modlist.h | 4 | ||||
| -rw-r--r-- | src/organizer_en.ts | 526 |
4 files changed, 265 insertions, 292 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 44011e5f..b5900c6c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -178,7 +178,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <stdexcept> #include <sstream> #include <utility> -#include <iterator> #ifdef TEST_MODELS #include "modeltest.h" @@ -528,8 +527,6 @@ void MainWindow::setupModList() ui->modList->header()->resizeSection(column, sectionSize); } } else { - fixConflictsColumn(); - // hide these columns by default ui->modList->header()->setSectionHidden(ModList::COL_CONTENT, true); ui->modList->header()->setSectionHidden(ModList::COL_MODID, true); @@ -551,25 +548,6 @@ void MainWindow::setupModList() ui->modList->installEventFilter(m_OrganizerCore.modList()); } -void MainWindow::fixConflictsColumn() -{ - // the conflicts column should sit to the left of the flags column, but its - // enum is at the end to preserve compatibility - // - // this is called when updating from 2.2.1, or when there is no state saved - // for the mod list, so it's free to do whatever it wants with the column - - const auto flags = ui->modList->header()->visualIndex(ModList::COL_FLAGS); - const auto conflicts = ui->modList->header()->visualIndex(ModList::COL_CONFLICTFLAGS); - - // this can be called twice when migrating from 2.2.1: once in - // processUpdates() and again in setupModList() because the geometry names in - // the ini have changed; to a simple check to see if the column has been moved - if (conflicts > flags) { - ui->modList->header()->moveSection(conflicts, flags); - } -} - void MainWindow::resetActionIcons() { // this is a bit of a hack @@ -2277,10 +2255,6 @@ void MainWindow::processUpdates() { ui->downloadView->header()->hideSection(i); } } - - if (lastVersion < QVersionNumber(2, 2, 2)) { - fixConflictsColumn(); - } } if (currentVersion < lastVersion) { diff --git a/src/mainwindow.h b/src/mainwindow.h index 0d7edefd..8f000983 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -665,7 +665,6 @@ private slots: // ui slots void storeSettings(); void readSettings(); void setupModList(); - void fixConflictsColumn(); }; #endif // MAINWINDOW_H diff --git a/src/modlist.h b/src/modlist.h index ce439f7b..3626c50c 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -57,6 +57,7 @@ public: enum EColumn {
COL_NAME,
+ COL_CONFLICTFLAGS,
COL_FLAGS,
COL_CONTENT,
COL_CATEGORY,
@@ -66,8 +67,7 @@ public: COL_INSTALLTIME,
COL_PRIORITY,
COL_NOTES,
- COL_CONFLICTFLAGS,
- COL_LASTCOLUMN = COL_CONFLICTFLAGS,
+ COL_LASTCOLUMN = COL_NOTES,
};
typedef boost::signals2::signal<void (const QString &, ModStates)> SignalModStateChanged;
diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 73e9f547..d462f1b6 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="4721"/> + <location filename="mainwindow.cpp" line="4695"/> <source>Create Backup</source> <translation type="unfinished"></translation> </message> @@ -2038,8 +2038,8 @@ p, li { white-space: pre-wrap; } <message> <location filename="mainwindow.ui" line="1061"/> <location filename="mainwindow.ui" line="1207"/> - <location filename="mainwindow.cpp" line="4594"/> - <location filename="mainwindow.cpp" line="5571"/> + <location filename="mainwindow.cpp" line="4568"/> + <location filename="mainwindow.cpp" line="5545"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> @@ -2324,7 +2324,7 @@ p, li { white-space: pre-wrap; } <message> <location filename="mainwindow.ui" line="1659"/> <location filename="mainwindow.ui" line="1662"/> - <location filename="mainwindow.cpp" line="5597"/> + <location filename="mainwindow.cpp" line="5571"/> <source>Endorse Mod Organizer</source> <translation type="unfinished"></translation> </message> @@ -2402,814 +2402,814 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="313"/> + <location filename="mainwindow.cpp" line="312"/> <source>Toolbar and Menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="314"/> + <location filename="mainwindow.cpp" line="313"/> <source>Desktop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="315"/> + <location filename="mainwindow.cpp" line="314"/> <source>Start Menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="340"/> + <location filename="mainwindow.cpp" line="339"/> <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="651"/> + <location filename="mainwindow.cpp" line="629"/> <source>Crash on exit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="652"/> + <location filename="mainwindow.cpp" line="630"/> <source>MO crashed while exiting. Some settings may not be saved. Error: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="981"/> + <location filename="mainwindow.cpp" line="959"/> <source>There are notifications to read</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1000"/> + <location filename="mainwindow.cpp" line="978"/> <source>There are no notifications</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1087"/> - <location filename="mainwindow.cpp" line="4731"/> - <location filename="mainwindow.cpp" line="4735"/> + <location filename="mainwindow.cpp" line="1065"/> + <location filename="mainwindow.cpp" line="4705"/> + <location filename="mainwindow.cpp" line="4709"/> <source>Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1091"/> + <location filename="mainwindow.cpp" line="1069"/> <source>Won't Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1108"/> + <location filename="mainwindow.cpp" line="1086"/> <source>Help on UI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1112"/> + <location filename="mainwindow.cpp" line="1090"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1116"/> + <location filename="mainwindow.cpp" line="1094"/> <source>Chat on Discord</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1120"/> + <location filename="mainwindow.cpp" line="1098"/> <source>Report Issue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1124"/> + <location filename="mainwindow.cpp" line="1102"/> <source>Tutorials</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1163"/> + <location filename="mainwindow.cpp" line="1141"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1164"/> + <location filename="mainwindow.cpp" line="1142"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1223"/> + <location filename="mainwindow.cpp" line="1201"/> <source>Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1224"/> + <location filename="mainwindow.cpp" line="1202"/> <source>Please enter a name for the new profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1232"/> + <location filename="mainwindow.cpp" line="1210"/> <source>failed to create profile: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1287"/> + <location filename="mainwindow.cpp" line="1265"/> <source>Show tutorial?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1288"/> + <location filename="mainwindow.cpp" line="1266"/> <source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the "Help"-menu.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1359"/> + <location filename="mainwindow.cpp" line="1337"/> <source>Downloads in progress</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1360"/> + <location filename="mainwindow.cpp" line="1338"/> <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="1471"/> + <location filename="mainwindow.cpp" line="1449"/> <source>Plugin "%1" failed: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1473"/> + <location filename="mainwindow.cpp" line="1451"/> <source>Plugin "%1" failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1553"/> + <location filename="mainwindow.cpp" line="1531"/> <source>Browse Mod Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1757"/> + <location filename="mainwindow.cpp" line="1735"/> <source>Also in: <br></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1768"/> + <location filename="mainwindow.cpp" line="1746"/> <source>No conflict</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1872"/> + <location filename="mainwindow.cpp" line="1850"/> <source><Edit...></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1883"/> + <location filename="mainwindow.cpp" line="1861"/> <source>(no executables)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2157"/> + <location filename="mainwindow.cpp" line="2135"/> <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="2210"/> + <location filename="mainwindow.cpp" line="2188"/> <source>Activating Network Proxy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2287"/> + <location filename="mainwindow.cpp" line="2261"/> <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="2363"/> + <location filename="mainwindow.cpp" line="2337"/> <source>Choose Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2364"/> + <location filename="mainwindow.cpp" line="2338"/> <source>Mod Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2458"/> + <location filename="mainwindow.cpp" line="2432"/> <source>Start Tutorial?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2459"/> + <location filename="mainwindow.cpp" line="2433"/> <source>You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2665"/> + <location filename="mainwindow.cpp" line="2639"/> <source>failed to change origin name: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2689"/> + <location filename="mainwindow.cpp" line="2663"/> <source>failed to move "%1" from mod "%2" to "%3": %4</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2702"/> + <location filename="mainwindow.cpp" line="2676"/> <source>failed to rename mod: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2715"/> + <location filename="mainwindow.cpp" line="2689"/> <source>Overwrite?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2716"/> + <location filename="mainwindow.cpp" line="2690"/> <source>This will replace the existing mod "%1". Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2719"/> + <location filename="mainwindow.cpp" line="2693"/> <source>failed to remove mod "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2723"/> - <location filename="mainwindow.cpp" line="5241"/> - <location filename="mainwindow.cpp" line="5265"/> + <location filename="mainwindow.cpp" line="2697"/> + <location filename="mainwindow.cpp" line="5215"/> + <location filename="mainwindow.cpp" line="5239"/> <source>failed to rename "%1" to "%2"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2811"/> - <location filename="mainwindow.cpp" line="4297"/> - <location filename="mainwindow.cpp" line="4305"/> - <location filename="mainwindow.cpp" line="4831"/> + <location filename="mainwindow.cpp" line="2785"/> + <location filename="mainwindow.cpp" line="4271"/> + <location filename="mainwindow.cpp" line="4279"/> + <location filename="mainwindow.cpp" line="4805"/> <source>Confirm</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2812"/> + <location filename="mainwindow.cpp" line="2786"/> <source>Remove the following mods?<br><ul>%1</ul></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2827"/> + <location filename="mainwindow.cpp" line="2801"/> <source>failed to remove mod: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2859"/> - <location filename="mainwindow.cpp" line="2862"/> - <location filename="mainwindow.cpp" line="2872"/> + <location filename="mainwindow.cpp" line="2833"/> + <location filename="mainwindow.cpp" line="2836"/> + <location filename="mainwindow.cpp" line="2846"/> <source>Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2859"/> + <location filename="mainwindow.cpp" line="2833"/> <source>Installation file no longer exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2863"/> + <location filename="mainwindow.cpp" line="2837"/> <source>Mods installed with old versions of MO can't be reinstalled in this way.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2873"/> + <location filename="mainwindow.cpp" line="2847"/> <source>Failed to create backup.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2901"/> + <location filename="mainwindow.cpp" line="2875"/> <source>Endorsing multiple mods will take a while. Please wait...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2937"/> + <location filename="mainwindow.cpp" line="2911"/> <source>Unendorsing multiple mods will take a while. Please wait...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3014"/> + <location filename="mainwindow.cpp" line="2988"/> <source>Failed to display overwrite dialog: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3205"/> + <location filename="mainwindow.cpp" line="3179"/> <source>Opening Nexus Links</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3206"/> + <location filename="mainwindow.cpp" line="3180"/> <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="3233"/> + <location filename="mainwindow.cpp" line="3207"/> <source>Nexus ID for this mod is unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3244"/> + <location filename="mainwindow.cpp" line="3218"/> <source>Opening Web Pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3245"/> + <location filename="mainwindow.cpp" line="3219"/> <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="3451"/> + <location filename="mainwindow.cpp" line="3425"/> <source><table cellspacing="5"><tr><th>Type</th><th>All</th><th>Visible</th><tr><td>Enabled mods:&emsp;</td><td align=right>%1 / %2</td><td align=right>%3 / %4</td></tr><tr><td>Unmanaged/DLCs:&emsp;</td><td align=right>%5</td><td align=right>%6</td></tr><tr><td>Mod backups:&emsp;</td><td align=right>%7</td><td align=right>%8</td></tr><tr><td>Separators:&emsp;</td><td align=right>%9</td><td align=right>%10</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3506"/> + <location filename="mainwindow.cpp" line="3480"/> <source><table cellspacing="6"><tr><th>Type</th><th>Active </th><th>Total</th></tr><tr><td>All plugins:</td><td align=right>%1 </td><td align=right>%2</td></tr><tr><td>ESMs:</td><td align=right>%3 </td><td align=right>%4</td></tr><tr><td>ESPs:</td><td align=right>%7 </td><td align=right>%8</td></tr><tr><td>ESMs+ESPs:</td><td align=right>%9 </td><td align=right>%10</td></tr><tr><td>ESLs:</td><td align=right>%5 </td><td align=right>%6</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3538"/> - <location filename="mainwindow.cpp" line="3682"/> - <location filename="mainwindow.cpp" line="4656"/> + <location filename="mainwindow.cpp" line="3512"/> + <location filename="mainwindow.cpp" line="3656"/> + <location filename="mainwindow.cpp" line="4630"/> <source>Create Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3539"/> + <location filename="mainwindow.cpp" line="3513"/> <source>This will create an empty mod. Please enter a name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3548"/> - <location filename="mainwindow.cpp" line="3692"/> + <location filename="mainwindow.cpp" line="3522"/> + <location filename="mainwindow.cpp" line="3666"/> <source>A mod with this name already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3576"/> + <location filename="mainwindow.cpp" line="3550"/> <source>Create Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3577"/> + <location filename="mainwindow.cpp" line="3551"/> <source>This will create a new separator. Please enter a name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3584"/> + <location filename="mainwindow.cpp" line="3558"/> <source>A separator with this name already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3683"/> + <location filename="mainwindow.cpp" line="3657"/> <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="3756"/> + <location filename="mainwindow.cpp" line="3730"/> <source>Move successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3778"/> - <location filename="mainwindow.cpp" line="6228"/> + <location filename="mainwindow.cpp" line="3752"/> + <location filename="mainwindow.cpp" line="6202"/> <source>Are you sure?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3779"/> + <location filename="mainwindow.cpp" line="3753"/> <source>About to recursively delete: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4179"/> + <location filename="mainwindow.cpp" line="4153"/> <source>Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4180"/> + <location filename="mainwindow.cpp" line="4154"/> <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="4200"/> + <location filename="mainwindow.cpp" line="4174"/> <source>Sorry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4201"/> + <location filename="mainwindow.cpp" line="4175"/> <source>I don't know a versioning scheme where %1 is newer than %2.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4297"/> + <location filename="mainwindow.cpp" line="4271"/> <source>Really enable all visible mods?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4305"/> + <location filename="mainwindow.cpp" line="4279"/> <source>Really disable all visible mods?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4387"/> + <location filename="mainwindow.cpp" line="4361"/> <source>Export to csv</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4390"/> + <location filename="mainwindow.cpp" line="4364"/> <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="4393"/> + <location filename="mainwindow.cpp" line="4367"/> <source>Select what mods you want export:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4394"/> + <location filename="mainwindow.cpp" line="4368"/> <source>All installed mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4395"/> + <location filename="mainwindow.cpp" line="4369"/> <source>Only active (checked) mods from your current profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4396"/> + <location filename="mainwindow.cpp" line="4370"/> <source>All currently visible mods in the mod list</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4417"/> + <location filename="mainwindow.cpp" line="4391"/> <source>Choose what Columns to export:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4420"/> + <location filename="mainwindow.cpp" line="4394"/> <source>Mod_Priority</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4422"/> + <location filename="mainwindow.cpp" line="4396"/> <source>Mod_Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4424"/> + <location filename="mainwindow.cpp" line="4398"/> <source>Notes_column</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4425"/> + <location filename="mainwindow.cpp" line="4399"/> <source>Mod_Status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4427"/> + <location filename="mainwindow.cpp" line="4401"/> <source>Primary_Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4428"/> + <location filename="mainwindow.cpp" line="4402"/> <source>Nexus_ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4429"/> + <location filename="mainwindow.cpp" line="4403"/> <source>Mod_Nexus_URL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4430"/> + <location filename="mainwindow.cpp" line="4404"/> <source>Mod_Version</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4431"/> + <location filename="mainwindow.cpp" line="4405"/> <source>Install_Date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4432"/> + <location filename="mainwindow.cpp" line="4406"/> <source>Download_File_Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4540"/> + <location filename="mainwindow.cpp" line="4514"/> <source>export failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4559"/> + <location filename="mainwindow.cpp" line="4533"/> <source>Open Game folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4560"/> + <location filename="mainwindow.cpp" line="4534"/> <source>Open MyGames folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4561"/> + <location filename="mainwindow.cpp" line="4535"/> <source>Open INIs folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4566"/> + <location filename="mainwindow.cpp" line="4540"/> <source>Open Instance folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4567"/> + <location filename="mainwindow.cpp" line="4541"/> <source>Open Mods folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4568"/> + <location filename="mainwindow.cpp" line="4542"/> <source>Open Profile folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4569"/> + <location filename="mainwindow.cpp" line="4543"/> <source>Open Downloads folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4575"/> + <location filename="mainwindow.cpp" line="4549"/> <source>Open MO2 Install folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4576"/> + <location filename="mainwindow.cpp" line="4550"/> <source>Open MO2 Plugins folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4577"/> + <location filename="mainwindow.cpp" line="4551"/> <source>Open MO2 Stylesheets folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4578"/> + <location filename="mainwindow.cpp" line="4552"/> <source>Open MO2 Logs folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4585"/> + <location filename="mainwindow.cpp" line="4559"/> <source>Install Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4586"/> + <location filename="mainwindow.cpp" line="4560"/> <source>Create empty mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4587"/> + <location filename="mainwindow.cpp" line="4561"/> <source>Create Separator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4591"/> + <location filename="mainwindow.cpp" line="4565"/> <source>Enable all visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4592"/> + <location filename="mainwindow.cpp" line="4566"/> <source>Disable all visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4593"/> + <location filename="mainwindow.cpp" line="4567"/> <source>Check for updates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4595"/> + <location filename="mainwindow.cpp" line="4569"/> <source>Export to csv...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4604"/> - <location filename="mainwindow.cpp" line="4620"/> + <location filename="mainwindow.cpp" line="4578"/> + <location filename="mainwindow.cpp" line="4594"/> <source>Send to</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4605"/> - <location filename="mainwindow.cpp" line="4621"/> + <location filename="mainwindow.cpp" line="4579"/> + <location filename="mainwindow.cpp" line="4595"/> <source>Top</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4606"/> - <location filename="mainwindow.cpp" line="4622"/> + <location filename="mainwindow.cpp" line="4580"/> + <location filename="mainwindow.cpp" line="4596"/> <source>Bottom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4607"/> - <location filename="mainwindow.cpp" line="4623"/> + <location filename="mainwindow.cpp" line="4581"/> + <location filename="mainwindow.cpp" line="4597"/> <source>Priority...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4608"/> + <location filename="mainwindow.cpp" line="4582"/> <source>Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4647"/> + <location filename="mainwindow.cpp" line="4621"/> <source>All Mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4655"/> + <location filename="mainwindow.cpp" line="4629"/> <source>Sync to Mods...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4657"/> + <location filename="mainwindow.cpp" line="4631"/> <source>Move content to Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4658"/> + <location filename="mainwindow.cpp" line="4632"/> <source>Clear Overwrite...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4660"/> - <location filename="mainwindow.cpp" line="4783"/> + <location filename="mainwindow.cpp" line="4634"/> + <location filename="mainwindow.cpp" line="4757"/> <source>Open in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4662"/> + <location filename="mainwindow.cpp" line="4636"/> <source>Restore Backup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4663"/> + <location filename="mainwindow.cpp" line="4637"/> <source>Remove Backup...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4666"/> - <location filename="mainwindow.cpp" line="4685"/> + <location filename="mainwindow.cpp" line="4640"/> + <location filename="mainwindow.cpp" line="4659"/> <source>Change Categories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4670"/> - <location filename="mainwindow.cpp" line="4690"/> + <location filename="mainwindow.cpp" line="4644"/> + <location filename="mainwindow.cpp" line="4664"/> <source>Primary Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4674"/> + <location filename="mainwindow.cpp" line="4648"/> <source>Rename Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4675"/> + <location filename="mainwindow.cpp" line="4649"/> <source>Remove Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4678"/> + <location filename="mainwindow.cpp" line="4652"/> <source>Select Color...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4680"/> + <location filename="mainwindow.cpp" line="4654"/> <source>Reset Color</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4697"/> + <location filename="mainwindow.cpp" line="4671"/> <source>Change versioning scheme</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4701"/> + <location filename="mainwindow.cpp" line="4675"/> <source>Force-check updates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4703"/> + <location filename="mainwindow.cpp" line="4677"/> <source>Un-ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4706"/> + <location filename="mainwindow.cpp" line="4680"/> <source>Ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4711"/> - <location filename="mainwindow.cpp" line="6386"/> + <location filename="mainwindow.cpp" line="4685"/> + <location filename="mainwindow.cpp" line="6360"/> <source>Enable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4712"/> - <location filename="mainwindow.cpp" line="6387"/> + <location filename="mainwindow.cpp" line="4686"/> + <location filename="mainwindow.cpp" line="6361"/> <source>Disable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4718"/> + <location filename="mainwindow.cpp" line="4692"/> <source>Rename Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4719"/> + <location filename="mainwindow.cpp" line="4693"/> <source>Reinstall Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4720"/> + <location filename="mainwindow.cpp" line="4694"/> <source>Remove Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4728"/> + <location filename="mainwindow.cpp" line="4702"/> <source>Un-Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4732"/> + <location filename="mainwindow.cpp" line="4706"/> <source>Won't endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4738"/> + <location filename="mainwindow.cpp" line="4712"/> <source>Endorsement state unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4748"/> + <location filename="mainwindow.cpp" line="4722"/> <source>Start tracking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4751"/> + <location filename="mainwindow.cpp" line="4725"/> <source>Stop tracking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4754"/> + <location filename="mainwindow.cpp" line="4728"/> <source>Tracked state unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4765"/> + <location filename="mainwindow.cpp" line="4739"/> <source>Ignore missing data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4769"/> + <location filename="mainwindow.cpp" line="4743"/> <source>Mark as converted/working</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4773"/> + <location filename="mainwindow.cpp" line="4747"/> <source>Visit on Nexus</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4779"/> + <location filename="mainwindow.cpp" line="4753"/> <source>Visit on %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4787"/> + <location filename="mainwindow.cpp" line="4761"/> <source>Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4794"/> - <location filename="mainwindow.cpp" line="6439"/> + <location filename="mainwindow.cpp" line="4768"/> + <location filename="mainwindow.cpp" line="6413"/> <source>Exception: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4796"/> - <location filename="mainwindow.cpp" line="6441"/> + <location filename="mainwindow.cpp" line="4770"/> + <location filename="mainwindow.cpp" line="6415"/> <source>Unknown exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4828"/> + <location filename="mainwindow.cpp" line="4802"/> <source>%1 more</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="4832"/> + <location filename="mainwindow.cpp" line="4806"/> <source>Are you sure you want to remove the following %n save(s)?<br><ul>%1</ul><br>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="4877"/> + <location filename="mainwindow.cpp" line="4851"/> <source>Enable Mods...</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="4892"/> + <location filename="mainwindow.cpp" line="4866"/> <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="4972"/> + <location filename="mainwindow.cpp" line="4946"/> <source>Restart Mod Organizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4974"/> + <location filename="mainwindow.cpp" line="4948"/> <source>Mod Organizer must restart to finish configuration changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4976"/> + <location filename="mainwindow.cpp" line="4950"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4977"/> + <location filename="mainwindow.cpp" line="4951"/> <source>Continue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4977"/> + <location filename="mainwindow.cpp" line="4951"/> <source>Some things might be weird.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4998"/> + <location filename="mainwindow.cpp" line="4972"/> <source>Can't change download directory while downloads are in progress!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5155"/> + <location filename="mainwindow.cpp" line="5129"/> <source>failed to write to file %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5161"/> + <location filename="mainwindow.cpp" line="5135"/> <source>%1 written</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5179"/> + <location filename="mainwindow.cpp" line="5153"/> <source>Enter Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5180"/> + <location filename="mainwindow.cpp" line="5154"/> <source>Enter a name for the executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5202"/> + <location filename="mainwindow.cpp" line="5176"/> <source>Not an executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5203"/> + <location filename="mainwindow.cpp" line="5177"/> <source>This is not a recognized executable.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5226"/> - <location filename="mainwindow.cpp" line="5251"/> + <location filename="mainwindow.cpp" line="5200"/> + <location filename="mainwindow.cpp" line="5225"/> <source>Replace file?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5226"/> + <location filename="mainwindow.cpp" line="5200"/> <source>There already is a hidden version of this file. Replace it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5229"/> - <location filename="mainwindow.cpp" line="5254"/> + <location filename="mainwindow.cpp" line="5203"/> + <location filename="mainwindow.cpp" line="5228"/> <source>File operation failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5229"/> - <location filename="mainwindow.cpp" line="5254"/> + <location filename="mainwindow.cpp" line="5203"/> + <location filename="mainwindow.cpp" line="5228"/> <source>Failed to remove "%1". Maybe you lack the required file permissions?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5251"/> + <location filename="mainwindow.cpp" line="5225"/> <source>There already is a visible version of this file. Replace it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5295"/> - <location filename="mainwindow.cpp" line="6778"/> + <location filename="mainwindow.cpp" line="5269"/> + <location filename="mainwindow.cpp" line="6752"/> <source>Set Priority</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5295"/> + <location filename="mainwindow.cpp" line="5269"/> <source>Set the priority of the selected plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5462"/> + <location filename="mainwindow.cpp" line="5436"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5497"/> + <location filename="mainwindow.cpp" line="5471"/> <source>&Execute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5498"/> + <location filename="mainwindow.cpp" line="5472"/> <source>Execute with &VFS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5500"/> + <location filename="mainwindow.cpp" line="5474"/> <source>&Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5501"/> + <location filename="mainwindow.cpp" line="5475"/> <source>Open with &VFS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5542"/> + <location filename="mainwindow.cpp" line="5516"/> <source>&Add as Executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5505"/> + <location filename="mainwindow.cpp" line="5479"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5555"/> + <location filename="mainwindow.cpp" line="5529"/> <source>Un-Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5557"/> + <location filename="mainwindow.cpp" line="5531"/> <source>Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5570"/> + <location filename="mainwindow.cpp" line="5544"/> <source>Write To File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5598"/> + <location filename="mainwindow.cpp" line="5572"/> <source>Do you want to endorse Mod Organizer on %1 now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5612"/> + <location filename="mainwindow.cpp" line="5586"/> <source>Abstain from Endorsing Mod Organizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5613"/> + <location filename="mainwindow.cpp" line="5587"/> <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="5704"/> + <location filename="mainwindow.cpp" line="5678"/> <source>Thank you for endorsing MO2! :)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5710"/> + <location filename="mainwindow.cpp" line="5684"/> <source>Please reconsider endorsing MO2 on Nexus!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5974"/> + <location filename="mainwindow.cpp" line="5948"/> <source>Thank you!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5974"/> + <location filename="mainwindow.cpp" line="5948"/> <source>Thank you for your endorsement!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6066"/> + <location filename="mainwindow.cpp" line="6040"/> <source>Mod ID %1 no longer seems to be available on Nexus.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6068"/> + <location filename="mainwindow.cpp" line="6042"/> <source>Request to Nexus failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6084"/> - <location filename="mainwindow.cpp" line="6146"/> + <location filename="mainwindow.cpp" line="6058"/> + <location filename="mainwindow.cpp" line="6120"/> <source>failed to read %1: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6096"/> + <location filename="mainwindow.cpp" line="6070"/> <source>Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6096"/> + <location filename="mainwindow.cpp" line="6070"/> <source>failed to extract %1 (errorcode %2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6128"/> + <location filename="mainwindow.cpp" line="6102"/> <source>Extract BSA</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6157"/> + <location filename="mainwindow.cpp" line="6131"/> <source>This archive contains invalid hashes. Some files may be broken.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6203"/> + <location filename="mainwindow.cpp" line="6177"/> <source>Extract...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6228"/> + <location filename="mainwindow.cpp" line="6202"/> <source>This will restart MO, continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6306"/> + <location filename="mainwindow.cpp" line="6280"/> <source><Multiple></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6370"/> + <location filename="mainwindow.cpp" line="6344"/> <source>Remove '%1' from the toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6391"/> + <location filename="mainwindow.cpp" line="6365"/> <source>Enable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6392"/> + <location filename="mainwindow.cpp" line="6366"/> <source>Disable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6413"/> + <location filename="mainwindow.cpp" line="6387"/> <source>Unlock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6416"/> + <location filename="mainwindow.cpp" line="6390"/> <source>Lock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6426"/> + <location filename="mainwindow.cpp" line="6400"/> <source>Open Origin in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6431"/> + <location filename="mainwindow.cpp" line="6405"/> <source>Open Origin Info...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6539"/> + <location filename="mainwindow.cpp" line="6513"/> <source>Backup of load order created</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6549"/> + <location filename="mainwindow.cpp" line="6523"/> <source>Choose backup to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6562"/> + <location filename="mainwindow.cpp" line="6536"/> <source>No Backups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6562"/> + <location filename="mainwindow.cpp" line="6536"/> <source>There are no backups to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6587"/> - <location filename="mainwindow.cpp" line="6612"/> + <location filename="mainwindow.cpp" line="6561"/> + <location filename="mainwindow.cpp" line="6586"/> <source>Restore failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6588"/> - <location filename="mainwindow.cpp" line="6613"/> + <location filename="mainwindow.cpp" line="6562"/> + <location filename="mainwindow.cpp" line="6587"/> <source>Failed to restore the backup. Errorcode: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6600"/> + <location filename="mainwindow.cpp" line="6574"/> <source>Backup of mod list created</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6683"/> + <location filename="mainwindow.cpp" line="6657"/> <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="6685"/> + <location filename="mainwindow.cpp" line="6659"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6686"/> + <location filename="mainwindow.cpp" line="6660"/> <source>Rename new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6687"/> + <location filename="mainwindow.cpp" line="6661"/> <source>Ignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6778"/> + <location filename="mainwindow.cpp" line="6752"/> <source>Set the priority of the selected mods</source> <translation type="unfinished"></translation> </message> @@ -6104,23 +6104,23 @@ If the folder was still in use, restart MO and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="198"/> + <location filename="mainwindow.cpp" line="197"/> <source><Unmanaged></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1300"/> + <location filename="mainwindow.cpp" line="1278"/> <source>Please use "Help" from the toolbar to get usage instructions to all elements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1817"/> - <location filename="mainwindow.cpp" line="5110"/> + <location filename="mainwindow.cpp" line="1795"/> + <location filename="mainwindow.cpp" line="5084"/> <source><Manage...></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1829"/> + <location filename="mainwindow.cpp" line="1807"/> <source>failed to parse profile %1: %2</source> <translation type="unfinished"></translation> </message> |
