diff options
| author | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2019-02-14 16:30:18 +0100 |
|---|---|---|
| committer | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2019-02-14 16:30:18 +0100 |
| commit | 448a37e6bccc3b7a792fe694c5e31586de82f971 (patch) | |
| tree | af1caa1efa8bbf052e56de1eb528501d9dd41acd /src | |
| parent | a803baa900caa16e45578205d4f68ee2bfde5cc1 (diff) | |
Fix mod context menu rendering issue
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.cpp | 13 | ||||
| -rw-r--r-- | src/mainwindow.h | 2 | ||||
| -rw-r--r-- | src/organizer_en.ts | 268 |
3 files changed, 141 insertions, 142 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b136a3a7..f6ec4f40 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -338,7 +338,7 @@ MainWindow::MainWindow(QSettings &initSettings linkMenu->addAction(QIcon(":/MO/gui/link"), tr("Start Menu"), this, SLOT(linkMenu()));
ui->linkButton->setMenu(linkMenu);
- ui->listOptionsBtn->setMenu(modListContextMenu());
+ ui->listOptionsBtn->setMenu(modListContextMenu(ui->listOptionsBtn));
connect(ui->listOptionsBtn, SIGNAL(pressed()), this, SLOT(on_listOptionsBtn_pressed()));
ui->openFolderMenu->setMenu(openFolderMenu());
@@ -4375,9 +4375,9 @@ QMenu *MainWindow::openFolderMenu() return FolderMenu;
}
-QMenu *MainWindow::modListContextMenu()
+QMenu *MainWindow::modListContextMenu(QWidget *parent)
{
- QMenu *menu = new QMenu(this);
+ QMenu *menu = new QMenu(parent);
menu->addAction(tr("Install Mod..."), this, SLOT(installMod_clicked()));
menu->addAction(tr("Create empty mod"), this, SLOT(createEmptyMod_clicked()));
@@ -4439,13 +4439,12 @@ void MainWindow::on_modList_customContextMenuRequested(const QPoint &pos) m_ContextRow = m_ContextIdx.row();
QMenu *menu = nullptr;
- QMenu *allMods = modListContextMenu();
if (m_ContextRow == -1) {
// no selection
- menu = allMods;
+ menu = modListContextMenu(this);
} else {
menu = new QMenu(this);
- allMods->setParent(menu);
+ QMenu *allMods = modListContextMenu(menu);
allMods->setTitle(tr("All Mods"));
menu->addMenu(allMods);
menu->addSeparator();
@@ -4922,7 +4921,7 @@ void MainWindow::languageChange(const QString &newLanguage) updateDownloadView();
updateProblemsButton();
- ui->listOptionsBtn->setMenu(modListContextMenu());
+ ui->listOptionsBtn->setMenu(modListContextMenu(ui->listOptionsBtn));
ui->openFolderMenu->setMenu(openFolderMenu());
}
diff --git a/src/mainwindow.h b/src/mainwindow.h index e919ed2c..6e2f247d 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -281,7 +281,7 @@ private: bool createBackup(const QString &filePath, const QDateTime &time);
QString queryRestore(const QString &filePath);
- QMenu *modListContextMenu();
+ QMenu *modListContextMenu(QWidget *parent);
void addModSendToContextMenu(QMenu *menu);
void addPluginSendToContextMenu(QMenu *menu);
diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 130c927b..ddeb2c28 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -1555,7 +1555,7 @@ p, li { white-space: pre-wrap; } <message> <location filename="mainwindow.ui" line="287"/> <location filename="mainwindow.ui" line="911"/> - <location filename="mainwindow.cpp" line="4521"/> + <location filename="mainwindow.cpp" line="4520"/> <source>Create Backup</source> <translation type="unfinished"></translation> </message> @@ -1732,7 +1732,7 @@ p, li { white-space: pre-wrap; } <location filename="mainwindow.ui" line="1175"/> <location filename="mainwindow.ui" line="1318"/> <location filename="mainwindow.cpp" line="4394"/> - <location filename="mainwindow.cpp" line="5333"/> + <location filename="mainwindow.cpp" line="5332"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> @@ -1927,7 +1927,7 @@ p, li { white-space: pre-wrap; } </message> <message> <location filename="mainwindow.ui" line="1600"/> - <location filename="mainwindow.cpp" line="5264"/> + <location filename="mainwindow.cpp" line="5263"/> <source>Update</source> <translation type="unfinished"></translation> </message> @@ -1969,7 +1969,7 @@ Right now this has very limited functionality</oldsource> </message> <message> <location filename="mainwindow.ui" line="1645"/> - <location filename="mainwindow.cpp" line="5356"/> + <location filename="mainwindow.cpp" line="5355"/> <source>Endorse Mod Organizer</source> <translation type="unfinished"></translation> </message> @@ -2037,8 +2037,8 @@ Error: %1</source> </message> <message> <location filename="mainwindow.cpp" line="739"/> - <location filename="mainwindow.cpp" line="4531"/> - <location filename="mainwindow.cpp" line="4535"/> + <location filename="mainwindow.cpp" line="4530"/> + <location filename="mainwindow.cpp" line="4534"/> <source>Endorse</source> <translation type="unfinished"></translation> </message> @@ -2269,8 +2269,8 @@ Error: %1</source> </message> <message> <location filename="mainwindow.cpp" line="2527"/> - <location filename="mainwindow.cpp" line="5090"/> - <location filename="mainwindow.cpp" line="5114"/> + <location filename="mainwindow.cpp" line="5089"/> + <location filename="mainwindow.cpp" line="5113"/> <source>failed to rename "%1" to "%2"</source> <translation type="unfinished"></translation> </message> @@ -2278,7 +2278,7 @@ Error: %1</source> <location filename="mainwindow.cpp" line="2604"/> <location filename="mainwindow.cpp" line="4092"/> <location filename="mainwindow.cpp" line="4100"/> - <location filename="mainwindow.cpp" line="4645"/> + <location filename="mainwindow.cpp" line="4644"/> <source>Confirm</source> <translation type="unfinished"></translation> </message> @@ -2387,7 +2387,7 @@ Error: %1</source> <message> <location filename="mainwindow.cpp" line="3375"/> <location filename="mainwindow.cpp" line="3513"/> - <location filename="mainwindow.cpp" line="4457"/> + <location filename="mainwindow.cpp" line="4456"/> <source>Create Mod...</source> <translation type="unfinished"></translation> </message> @@ -2432,7 +2432,7 @@ Please enter a name:</source> </message> <message> <location filename="mainwindow.cpp" line="3616"/> - <location filename="mainwindow.cpp" line="5694"/> + <location filename="mainwindow.cpp" line="5693"/> <source>Are you sure?</source> <translation type="unfinished"></translation> </message> @@ -2460,7 +2460,7 @@ This function will guess the versioning scheme under the assumption that the ins </message> <message> <location filename="mainwindow.cpp" line="4009"/> - <location filename="mainwindow.cpp" line="5232"/> + <location filename="mainwindow.cpp" line="5231"/> <source>Sorry</source> <translation type="unfinished"></translation> </message> @@ -2685,184 +2685,184 @@ You can also use online editors and converters instead.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4449"/> + <location filename="mainwindow.cpp" line="4448"/> <source>All Mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4456"/> + <location filename="mainwindow.cpp" line="4455"/> <source>Sync to Mods...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4458"/> + <location filename="mainwindow.cpp" line="4457"/> <source>Move content to Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4459"/> + <location filename="mainwindow.cpp" line="4458"/> <source>Clear Overwrite...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4461"/> - <location filename="mainwindow.cpp" line="4562"/> + <location filename="mainwindow.cpp" line="4460"/> + <location filename="mainwindow.cpp" line="4561"/> <source>Open in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4463"/> + <location filename="mainwindow.cpp" line="4462"/> <source>Restore Backup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4464"/> + <location filename="mainwindow.cpp" line="4463"/> <source>Remove Backup...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4467"/> - <location filename="mainwindow.cpp" line="4486"/> + <location filename="mainwindow.cpp" line="4466"/> + <location filename="mainwindow.cpp" line="4485"/> <source>Change Categories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4471"/> - <location filename="mainwindow.cpp" line="4491"/> + <location filename="mainwindow.cpp" line="4470"/> + <location filename="mainwindow.cpp" line="4490"/> <source>Primary Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4475"/> + <location filename="mainwindow.cpp" line="4474"/> <source>Rename Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4476"/> + <location filename="mainwindow.cpp" line="4475"/> <source>Remove Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4479"/> + <location filename="mainwindow.cpp" line="4478"/> <source>Select Color...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4481"/> + <location filename="mainwindow.cpp" line="4480"/> <source>Reset Color</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4498"/> + <location filename="mainwindow.cpp" line="4497"/> <source>Change versioning scheme</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4502"/> + <location filename="mainwindow.cpp" line="4501"/> <source>Un-ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4506"/> + <location filename="mainwindow.cpp" line="4505"/> <source>Ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4511"/> - <location filename="mainwindow.cpp" line="5807"/> + <location filename="mainwindow.cpp" line="4510"/> + <location filename="mainwindow.cpp" line="5806"/> <source>Enable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4512"/> - <location filename="mainwindow.cpp" line="5808"/> + <location filename="mainwindow.cpp" line="4511"/> + <location filename="mainwindow.cpp" line="5807"/> <source>Disable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4518"/> + <location filename="mainwindow.cpp" line="4517"/> <source>Rename Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4519"/> + <location filename="mainwindow.cpp" line="4518"/> <source>Reinstall Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4520"/> + <location filename="mainwindow.cpp" line="4519"/> <source>Remove Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4528"/> + <location filename="mainwindow.cpp" line="4527"/> <source>Un-Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4532"/> + <location filename="mainwindow.cpp" line="4531"/> <source>Won't endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4538"/> + <location filename="mainwindow.cpp" line="4537"/> <source>Endorsement state unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4549"/> + <location filename="mainwindow.cpp" line="4548"/> <source>Ignore missing data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4553"/> + <location filename="mainwindow.cpp" line="4552"/> <source>Mark as converted/working</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4557"/> + <location filename="mainwindow.cpp" line="4556"/> <source>Visit on Nexus</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4559"/> + <location filename="mainwindow.cpp" line="4558"/> <source>Visit web page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4566"/> + <location filename="mainwindow.cpp" line="4565"/> <source>Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4574"/> - <location filename="mainwindow.cpp" line="5855"/> + <location filename="mainwindow.cpp" line="4573"/> + <location filename="mainwindow.cpp" line="5854"/> <source>Exception: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4576"/> - <location filename="mainwindow.cpp" line="5857"/> + <location filename="mainwindow.cpp" line="4575"/> + <location filename="mainwindow.cpp" line="5856"/> <source>Unknown exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4605"/> + <location filename="mainwindow.cpp" line="4604"/> <source><All></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4607"/> + <location filename="mainwindow.cpp" line="4606"/> <source><Multiple></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4642"/> + <location filename="mainwindow.cpp" line="4641"/> <source>%1 more</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="4646"/> + <location filename="mainwindow.cpp" line="4645"/> <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> @@ -2870,12 +2870,12 @@ You can also use online editors and converters instead.</source> </translation> </message> <message> - <location filename="mainwindow.cpp" line="4691"/> + <location filename="mainwindow.cpp" line="4690"/> <source>Enable Mods...</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="4706"/> + <location filename="mainwindow.cpp" line="4705"/> <source>Delete %n save(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -2883,22 +2883,22 @@ You can also use online editors and converters instead.</source> </translation> </message> <message> - <location filename="mainwindow.cpp" line="4748"/> + <location filename="mainwindow.cpp" line="4747"/> <source>failed to remove %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4770"/> + <location filename="mainwindow.cpp" line="4769"/> <source>failed to create %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4800"/> + <location filename="mainwindow.cpp" line="4799"/> <source>Restarting MO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4801"/> + <location filename="mainwindow.cpp" line="4800"/> <source>Changing the managed game directory requires restarting MO. Any pending downloads will be paused. @@ -2906,335 +2906,335 @@ Click OK to restart MO now.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4821"/> + <location filename="mainwindow.cpp" line="4820"/> <source>Can't change download directory while downloads are in progress!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4961"/> + <location filename="mainwindow.cpp" line="4960"/> <source>failed to write to file %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4967"/> + <location filename="mainwindow.cpp" line="4966"/> <source>%1 written</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5009"/> + <location filename="mainwindow.cpp" line="5008"/> <source>Select binary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5009"/> + <location filename="mainwindow.cpp" line="5008"/> <source>Binary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5035"/> + <location filename="mainwindow.cpp" line="5034"/> <source>Enter Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5036"/> + <location filename="mainwindow.cpp" line="5035"/> <source>Please enter a name for the executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5050"/> + <location filename="mainwindow.cpp" line="5049"/> <source>Not an executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5050"/> + <location filename="mainwindow.cpp" line="5049"/> <source>This is not a recognized executable.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5075"/> - <location filename="mainwindow.cpp" line="5100"/> + <location filename="mainwindow.cpp" line="5074"/> + <location filename="mainwindow.cpp" line="5099"/> <source>Replace file?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5075"/> + <location filename="mainwindow.cpp" line="5074"/> <source>There already is a hidden version of this file. Replace it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5078"/> - <location filename="mainwindow.cpp" line="5103"/> + <location filename="mainwindow.cpp" line="5077"/> + <location filename="mainwindow.cpp" line="5102"/> <source>File operation failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5078"/> - <location filename="mainwindow.cpp" line="5103"/> + <location filename="mainwindow.cpp" line="5077"/> + <location filename="mainwindow.cpp" line="5102"/> <source>Failed to remove "%1". Maybe you lack the required file permissions?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5100"/> + <location filename="mainwindow.cpp" line="5099"/> <source>There already is a visible version of this file. Replace it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5144"/> - <location filename="mainwindow.cpp" line="6469"/> + <location filename="mainwindow.cpp" line="5143"/> + <location filename="mainwindow.cpp" line="6468"/> <source>Set Priority</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5144"/> + <location filename="mainwindow.cpp" line="5143"/> <source>Set the priority of the selected plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5199"/> + <location filename="mainwindow.cpp" line="5198"/> <source>file not found: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5212"/> + <location filename="mainwindow.cpp" line="5211"/> <source>failed to generate preview for %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5232"/> + <location filename="mainwindow.cpp" line="5231"/> <source>Sorry, can't preview anything. This function currently does not support extracting from bsas.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5266"/> + <location filename="mainwindow.cpp" line="5265"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5313"/> + <location filename="mainwindow.cpp" line="5312"/> <source>Open/Execute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5314"/> + <location filename="mainwindow.cpp" line="5313"/> <source>Add as Executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5318"/> + <location filename="mainwindow.cpp" line="5317"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5324"/> + <location filename="mainwindow.cpp" line="5323"/> <source>Un-Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5326"/> + <location filename="mainwindow.cpp" line="5325"/> <source>Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5332"/> + <location filename="mainwindow.cpp" line="5331"/> <source>Write To File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5357"/> + <location filename="mainwindow.cpp" line="5356"/> <source>Do you want to endorse Mod Organizer on %1 now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5496"/> + <location filename="mainwindow.cpp" line="5495"/> <source>Thank you!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5496"/> + <location filename="mainwindow.cpp" line="5495"/> <source>Thank you for your endorsement!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5531"/> + <location filename="mainwindow.cpp" line="5530"/> <source>Request to Nexus failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5546"/> - <location filename="mainwindow.cpp" line="5608"/> + <location filename="mainwindow.cpp" line="5545"/> + <location filename="mainwindow.cpp" line="5607"/> <source>failed to read %1: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5558"/> - <location filename="mainwindow.cpp" line="6045"/> + <location filename="mainwindow.cpp" line="5557"/> + <location filename="mainwindow.cpp" line="6044"/> <source>Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5558"/> + <location filename="mainwindow.cpp" line="5557"/> <source>failed to extract %1 (errorcode %2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5590"/> + <location filename="mainwindow.cpp" line="5589"/> <source>Extract BSA</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5619"/> + <location filename="mainwindow.cpp" line="5618"/> <source>This archive contains invalid hashes. Some files may be broken.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5665"/> + <location filename="mainwindow.cpp" line="5664"/> <source>Extract...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5695"/> + <location filename="mainwindow.cpp" line="5694"/> <source>This will restart MO, continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5742"/> + <location filename="mainwindow.cpp" line="5741"/> <source>Edit Categories...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5743"/> + <location filename="mainwindow.cpp" line="5742"/> <source>Deselect filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5796"/> + <location filename="mainwindow.cpp" line="5795"/> <source>Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5812"/> + <location filename="mainwindow.cpp" line="5811"/> <source>Enable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5813"/> + <location filename="mainwindow.cpp" line="5812"/> <source>Disable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5834"/> + <location filename="mainwindow.cpp" line="5833"/> <source>Unlock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5837"/> + <location filename="mainwindow.cpp" line="5836"/> <source>Lock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5841"/> + <location filename="mainwindow.cpp" line="5840"/> <source>Open Origin in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5848"/> + <location filename="mainwindow.cpp" line="5847"/> <source>Open Origin Info...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5991"/> + <location filename="mainwindow.cpp" line="5990"/> <source>depends on missing "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5995"/> + <location filename="mainwindow.cpp" line="5994"/> <source>incompatible with "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6021"/> + <location filename="mainwindow.cpp" line="6020"/> <source>Please wait while LOOT is running</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6118"/> + <location filename="mainwindow.cpp" line="6117"/> <source>loot failed. Exit code was: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6140"/> + <location filename="mainwindow.cpp" line="6139"/> <source>failed to start loot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6143"/> + <location filename="mainwindow.cpp" line="6142"/> <source>failed to run loot: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6147"/> + <location filename="mainwindow.cpp" line="6146"/> <source>Errors occured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6194"/> + <location filename="mainwindow.cpp" line="6193"/> <source>Backup of load order created</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6204"/> + <location filename="mainwindow.cpp" line="6203"/> <source>Choose backup to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6217"/> + <location filename="mainwindow.cpp" line="6216"/> <source>No Backups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6217"/> + <location filename="mainwindow.cpp" line="6216"/> <source>There are no backups to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6238"/> - <location filename="mainwindow.cpp" line="6260"/> + <location filename="mainwindow.cpp" line="6237"/> + <location filename="mainwindow.cpp" line="6259"/> <source>Restore failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6239"/> - <location filename="mainwindow.cpp" line="6261"/> + <location filename="mainwindow.cpp" line="6238"/> + <location filename="mainwindow.cpp" line="6260"/> <source>Failed to restore the backup. Errorcode: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6250"/> + <location filename="mainwindow.cpp" line="6249"/> <source>Backup of modlist created</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6356"/> + <location filename="mainwindow.cpp" line="6355"/> <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="6358"/> + <location filename="mainwindow.cpp" line="6357"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6359"/> + <location filename="mainwindow.cpp" line="6358"/> <source>Rename new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6360"/> + <location filename="mainwindow.cpp" line="6359"/> <source>Ignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6469"/> + <location filename="mainwindow.cpp" line="6468"/> <source>Set the priority of the selected mods</source> <translation type="unfinished"></translation> </message> @@ -5649,7 +5649,7 @@ If the folder was still in use, restart MO and try again.</source> </message> <message> <location filename="mainwindow.cpp" line="1428"/> - <location filename="mainwindow.cpp" line="4918"/> + <location filename="mainwindow.cpp" line="4917"/> <source><Manage...></source> <translation type="unfinished"></translation> </message> |
