diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-10-13 10:42:12 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-10-13 10:42:12 +0200 |
| commit | 9c35443780832d6876c63b42bcf216958f02068c (patch) | |
| tree | f0749294638321b03fc84814a86fe258df71dbc9 /src | |
| parent | 9c6c01df5674212da3be8e43a92c6b14b84787b6 (diff) | |
Fixed UI file to not break each time it's opened in creator.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.cpp | 2 | ||||
| -rw-r--r-- | src/mainwindow.ui | 27 | ||||
| -rw-r--r-- | src/organizer_en.ts | 522 |
3 files changed, 278 insertions, 273 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9d0c37c0..04bd96c7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -307,7 +307,7 @@ MainWindow::MainWindow(QSettings &initSettings ui->espList->setItemDelegateForColumn(PluginList::COL_FLAGS, new GenericIconDelegate(ui->espList));
ui->espList->installEventFilter(m_OrganizerCore.pluginList());
- ui->bsaList->setLocalMoveOnly(true);
+ //ui->bsaList->setLocalMoveOnly(true);
bool pluginListAdjusted = registerWidgetState(ui->espList->objectName(), ui->espList->header(), "plugin_list_state");
registerWidgetState(ui->dataTree->objectName(), ui->dataTree->header());
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 75be7536..f271f817 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -826,7 +826,7 @@ p, li { white-space: pre-wrap; } <item>
<widget class="QPushButton" name="bossButton">
<property name="visible">
- <bool>true</bool>
+ <bool>false</bool>
</property>
<property name="text">
<string>Sort</string>
@@ -1042,7 +1042,7 @@ p, li { white-space: pre-wrap; } </layout>
</item>
<item>
- <widget class="MOBase::SortableTreeWidget" name="bsaList">
+ <widget class="QTreeWidget" name="bsaList">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
@@ -1058,21 +1058,26 @@ p, li { white-space: pre-wrap; } <property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
- <property name="dragEnabled" stdset="0">
+ <property name="dragEnabled">
<bool>false</bool>
</property>
- <property name="dragDropOverwriteMode" stdset="0">
+ <property name="dragDropOverwriteMode">
<bool>false</bool>
</property>
- <property name="indentation" stdset="0">
+ <property name="indentation">
<number>20</number>
</property>
- <property name="itemsExpandable" stdset="0">
+ <property name="itemsExpandable">
<bool>true</bool>
</property>
- <property name="columnCount" stdset="0">
+ <property name="columnCount">
<number>1</number>
</property>
+ <column>
+ <property name="text">
+ <string notr="true">Archives</string>
+ </property>
+ </column>
</widget>
</item>
</layout>
@@ -1218,7 +1223,7 @@ p, li { white-space: pre-wrap; } <number>2</number>
</property>
<item>
- <widget class="QPushButton" name="btnRefreshDownloads">
+ <widget class="QPushButton" name="btnRefreshDownloads">
<property name="toolTip">
<string>Refresh downloads view</string>
</property>
@@ -1231,7 +1236,7 @@ p, li { white-space: pre-wrap; } </property>
</widget>
</item>
- <item>
+ <item>
<layout class="QVBoxLayout" name="downloadLayout">
<item>
<widget class="QTreeView" name="downloadView">
@@ -1257,7 +1262,7 @@ p, li { white-space: pre-wrap; } <enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAsNeeded</enum>
+ <enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="dragEnabled">
<bool>true</bool>
@@ -1292,7 +1297,7 @@ p, li { white-space: pre-wrap; } <attribute name="headerDefaultSectionSize">
<number>50</number>
</attribute>
- <attribute name="headerMinimumSectionSize">
+ <attribute name="headerMinimumSectionSize">
<number>15</number>
</attribute>
<attribute name="headerStretchLastSection">
diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 2490f390..9a7e0713 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -1607,7 +1607,7 @@ p, li { white-space: pre-wrap; } <message> <location filename="mainwindow.ui" line="284"/> <location filename="mainwindow.ui" line="876"/> - <location filename="mainwindow.cpp" line="3666"/> + <location filename="mainwindow.cpp" line="3668"/> <source>Create Backup</source> <translation type="unfinished"></translation> </message> @@ -1644,7 +1644,7 @@ p, li { white-space: pre-wrap; } <message> <location filename="mainwindow.ui" line="609"/> <location filename="mainwindow.ui" line="999"/> - <location filename="mainwindow.ui" line="1330"/> + <location filename="mainwindow.ui" line="1335"/> <source>Namefilter</source> <translation type="unfinished"></translation> </message> @@ -1754,61 +1754,61 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1082"/> + <location filename="mainwindow.ui" line="1087"/> <source>Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1100"/> + <location filename="mainwindow.ui" line="1105"/> <source>refresh data-directory overview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1103"/> + <location filename="mainwindow.ui" line="1108"/> <source>Refresh the overview. This may take a moment.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1106"/> - <location filename="mainwindow.ui" line="1226"/> - <location filename="mainwindow.cpp" line="3587"/> - <location filename="mainwindow.cpp" line="4414"/> + <location filename="mainwindow.ui" line="1111"/> + <location filename="mainwindow.ui" line="1231"/> + <location filename="mainwindow.cpp" line="3589"/> + <location filename="mainwindow.cpp" line="4416"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1122"/> + <location filename="mainwindow.ui" line="1127"/> <source>This is an overview of your data directory as visible to the game (and tools). </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1132"/> + <location filename="mainwindow.ui" line="1137"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1137"/> + <location filename="mainwindow.ui" line="1142"/> <source>Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1147"/> - <location filename="mainwindow.ui" line="1150"/> + <location filename="mainwindow.ui" line="1152"/> + <location filename="mainwindow.ui" line="1155"/> <source>Filter the above list so that only conflicts are displayed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1153"/> + <location filename="mainwindow.ui" line="1158"/> <source>Show only conflicts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1161"/> + <location filename="mainwindow.ui" line="1166"/> <source>Saves</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1185"/> + <location filename="mainwindow.ui" line="1190"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1819,160 +1819,160 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1205"/> + <location filename="mainwindow.ui" line="1210"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1223"/> + <location filename="mainwindow.ui" line="1228"/> <source>Refresh downloads view</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1254"/> + <location filename="mainwindow.ui" line="1259"/> <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="1310"/> + <location filename="mainwindow.ui" line="1315"/> <source>Show Hidden</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1372"/> + <location filename="mainwindow.ui" line="1377"/> <source>Tool Bar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1415"/> + <location filename="mainwindow.ui" line="1420"/> <source>Install Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1418"/> + <location filename="mainwindow.ui" line="1423"/> <source>Install &Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1421"/> + <location filename="mainwindow.ui" line="1426"/> <source>Install a new mod from an archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1424"/> + <location filename="mainwindow.ui" line="1429"/> <source>Ctrl+M</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1433"/> + <location filename="mainwindow.ui" line="1438"/> <source>Profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1436"/> + <location filename="mainwindow.ui" line="1441"/> <source>&Profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1439"/> + <location filename="mainwindow.ui" line="1444"/> <source>Configure Profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1442"/> + <location filename="mainwindow.ui" line="1447"/> <source>Ctrl+P</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1451"/> + <location filename="mainwindow.ui" line="1456"/> <source>Executables</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1454"/> + <location filename="mainwindow.ui" line="1459"/> <source>&Executables</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1457"/> + <location filename="mainwindow.ui" line="1462"/> <source>Configure the executables that can be started through Mod Organizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1460"/> + <location filename="mainwindow.ui" line="1465"/> <source>Ctrl+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1469"/> - <location filename="mainwindow.ui" line="1475"/> + <location filename="mainwindow.ui" line="1474"/> + <location filename="mainwindow.ui" line="1480"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1472"/> + <location filename="mainwindow.ui" line="1477"/> <source>&Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1478"/> + <location filename="mainwindow.ui" line="1483"/> <source>Ctrl+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1487"/> + <location filename="mainwindow.ui" line="1492"/> <source>Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1490"/> + <location filename="mainwindow.ui" line="1495"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1493"/> + <location filename="mainwindow.ui" line="1498"/> <source>Configure settings and workarounds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1496"/> + <location filename="mainwindow.ui" line="1501"/> <source>Ctrl+S</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1505"/> + <location filename="mainwindow.ui" line="1510"/> <source>Nexus</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1508"/> + <location filename="mainwindow.ui" line="1513"/> <source>Search nexus network for more mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1511"/> + <location filename="mainwindow.ui" line="1516"/> <source>Ctrl+N</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1523"/> - <location filename="mainwindow.cpp" line="4355"/> + <location filename="mainwindow.ui" line="1528"/> + <location filename="mainwindow.cpp" line="4357"/> <source>Update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1526"/> + <location filename="mainwindow.ui" line="1531"/> <source>Mod Organizer is up-to-date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1538"/> + <location filename="mainwindow.ui" line="1543"/> <location filename="mainwindow.cpp" line="637"/> <source>No Problems</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1541"/> + <location filename="mainwindow.ui" line="1546"/> <source>This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them. !Work in progress! @@ -1980,39 +1980,39 @@ Right now this has very limited functionality</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1553"/> - <location filename="mainwindow.ui" line="1556"/> + <location filename="mainwindow.ui" line="1558"/> + <location filename="mainwindow.ui" line="1561"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1559"/> + <location filename="mainwindow.ui" line="1564"/> <source>Ctrl+H</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1568"/> + <location filename="mainwindow.ui" line="1573"/> <source>Endorse MO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1571"/> - <location filename="mainwindow.cpp" line="4437"/> + <location filename="mainwindow.ui" line="1576"/> + <location filename="mainwindow.cpp" line="4439"/> <source>Endorse Mod Organizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1576"/> + <location filename="mainwindow.ui" line="1581"/> <source>Copy Log to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1585"/> + <location filename="mainwindow.ui" line="1590"/> <source>Change Game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1588"/> + <location filename="mainwindow.ui" line="1593"/> <source>Open the Instance selection dialog to manage a different Game</source> <translation type="unfinished"></translation> </message> @@ -2268,16 +2268,16 @@ Right now this has very limited functionality</source> </message> <message> <location filename="mainwindow.cpp" line="2310"/> - <location filename="mainwindow.cpp" line="4208"/> - <location filename="mainwindow.cpp" line="4232"/> + <location filename="mainwindow.cpp" line="4210"/> + <location filename="mainwindow.cpp" line="4234"/> <source>failed to rename "%1" to "%2"</source> <translation type="unfinished"></translation> </message> <message> <location filename="mainwindow.cpp" line="2370"/> - <location filename="mainwindow.cpp" line="3310"/> - <location filename="mainwindow.cpp" line="3318"/> - <location filename="mainwindow.cpp" line="3792"/> + <location filename="mainwindow.cpp" line="3312"/> + <location filename="mainwindow.cpp" line="3320"/> + <location filename="mainwindow.cpp" line="3794"/> <source>Confirm</source> <translation type="unfinished"></translation> </message> @@ -2330,408 +2330,408 @@ Right now this has very limited functionality</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2730"/> + <location filename="mainwindow.cpp" line="2732"/> <source>Nexus ID for this Mod is unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2740"/> + <location filename="mainwindow.cpp" line="2742"/> <source>Web page for this mod is unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2818"/> - <location filename="mainwindow.cpp" line="2847"/> - <location filename="mainwindow.cpp" line="3617"/> + <location filename="mainwindow.cpp" line="2820"/> + <location filename="mainwindow.cpp" line="2849"/> + <location filename="mainwindow.cpp" line="3619"/> <source>Create Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2819"/> + <location filename="mainwindow.cpp" line="2821"/> <source>This will create an empty mod. Please enter a name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2828"/> - <location filename="mainwindow.cpp" line="2857"/> + <location filename="mainwindow.cpp" line="2830"/> + <location filename="mainwindow.cpp" line="2859"/> <source>A mod with this name already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2848"/> + <location filename="mainwindow.cpp" line="2850"/> <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="2889"/> - <location filename="mainwindow.cpp" line="4754"/> + <location filename="mainwindow.cpp" line="2891"/> + <location filename="mainwindow.cpp" line="4756"/> <source>Are you sure?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2890"/> + <location filename="mainwindow.cpp" line="2892"/> <source>About to recursively delete: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3204"/> + <location filename="mainwindow.cpp" line="3206"/> <source>Not logged in, endorsement information will be wrong</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3212"/> + <location filename="mainwindow.cpp" line="3214"/> <source>Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3213"/> + <location filename="mainwindow.cpp" line="3215"/> <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="3233"/> - <location filename="mainwindow.cpp" line="4323"/> + <location filename="mainwindow.cpp" line="3235"/> + <location filename="mainwindow.cpp" line="4325"/> <source>Sorry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3234"/> + <location filename="mainwindow.cpp" line="3236"/> <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="3310"/> + <location filename="mainwindow.cpp" line="3312"/> <source>Really enable all visible mods?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3318"/> + <location filename="mainwindow.cpp" line="3320"/> <source>Really disable all visible mods?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3383"/> + <location filename="mainwindow.cpp" line="3385"/> <source>Export to csv</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3386"/> + <location filename="mainwindow.cpp" line="3388"/> <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="3389"/> + <location filename="mainwindow.cpp" line="3391"/> <source>Select what mods you want export:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3390"/> + <location filename="mainwindow.cpp" line="3392"/> <source>All installed mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3391"/> + <location filename="mainwindow.cpp" line="3393"/> <source>Only active (checked) mods from your current profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3392"/> + <location filename="mainwindow.cpp" line="3394"/> <source>All currently visible mods in the mod list</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3413"/> + <location filename="mainwindow.cpp" line="3415"/> <source>Choose what Columns to export:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3416"/> + <location filename="mainwindow.cpp" line="3418"/> <source>Mod_Priority</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3418"/> + <location filename="mainwindow.cpp" line="3420"/> <source>Mod_Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3420"/> + <location filename="mainwindow.cpp" line="3422"/> <source>Mod_Status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3421"/> + <location filename="mainwindow.cpp" line="3423"/> <source>Primary_Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3422"/> + <location filename="mainwindow.cpp" line="3424"/> <source>Nexus_ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3423"/> + <location filename="mainwindow.cpp" line="3425"/> <source>Mod_Nexus_URL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3424"/> + <location filename="mainwindow.cpp" line="3426"/> <source>Mod_Version</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3425"/> + <location filename="mainwindow.cpp" line="3427"/> <source>Install_Date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3426"/> + <location filename="mainwindow.cpp" line="3428"/> <source>Download_File_Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3528"/> + <location filename="mainwindow.cpp" line="3530"/> <source>export failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3547"/> + <location filename="mainwindow.cpp" line="3549"/> <source>Open Game folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3549"/> + <location filename="mainwindow.cpp" line="3551"/> <source>Open MyGames folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3553"/> + <location filename="mainwindow.cpp" line="3555"/> <source>Open Instance folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3555"/> + <location filename="mainwindow.cpp" line="3557"/> <source>Open Mods folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3557"/> + <location filename="mainwindow.cpp" line="3559"/> <source>Open Profile folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3559"/> + <location filename="mainwindow.cpp" line="3561"/> <source>Open Downloads folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3563"/> + <location filename="mainwindow.cpp" line="3565"/> <source>Open MO2 Install folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3565"/> + <location filename="mainwindow.cpp" line="3567"/> <source>Open MO2 Plugins folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3567"/> + <location filename="mainwindow.cpp" line="3569"/> <source>Open MO2 Logs folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3576"/> + <location filename="mainwindow.cpp" line="3578"/> <source>Install Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3578"/> + <location filename="mainwindow.cpp" line="3580"/> <source>Create empty mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3582"/> + <location filename="mainwindow.cpp" line="3584"/> <source>Enable all visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3583"/> + <location filename="mainwindow.cpp" line="3585"/> <source>Disable all visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3585"/> + <location filename="mainwindow.cpp" line="3587"/> <source>Check all for update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3589"/> + <location filename="mainwindow.cpp" line="3591"/> <source>Export to csv...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3610"/> + <location filename="mainwindow.cpp" line="3612"/> <source>All Mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3616"/> + <location filename="mainwindow.cpp" line="3618"/> <source>Sync to Mods...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3618"/> + <location filename="mainwindow.cpp" line="3620"/> <source>Clear Overwrite...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3620"/> - <location filename="mainwindow.cpp" line="3708"/> + <location filename="mainwindow.cpp" line="3622"/> + <location filename="mainwindow.cpp" line="3710"/> <source>Open in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3622"/> + <location filename="mainwindow.cpp" line="3624"/> <source>Restore Backup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3623"/> + <location filename="mainwindow.cpp" line="3625"/> <source>Remove Backup...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3627"/> + <location filename="mainwindow.cpp" line="3629"/> <source>Change Categories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3640"/> + <location filename="mainwindow.cpp" line="3642"/> <source>Primary Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3646"/> + <location filename="mainwindow.cpp" line="3648"/> <source>Change versioning scheme</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3650"/> + <location filename="mainwindow.cpp" line="3652"/> <source>Un-ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3652"/> + <location filename="mainwindow.cpp" line="3654"/> <source>Ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3658"/> - <location filename="mainwindow.cpp" line="4865"/> + <location filename="mainwindow.cpp" line="3660"/> + <location filename="mainwindow.cpp" line="4867"/> <source>Enable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3659"/> - <location filename="mainwindow.cpp" line="4866"/> + <location filename="mainwindow.cpp" line="3661"/> + <location filename="mainwindow.cpp" line="4868"/> <source>Disable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3663"/> + <location filename="mainwindow.cpp" line="3665"/> <source>Rename Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3664"/> + <location filename="mainwindow.cpp" line="3666"/> <source>Reinstall Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3665"/> + <location filename="mainwindow.cpp" line="3667"/> <source>Remove Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3674"/> + <location filename="mainwindow.cpp" line="3676"/> <source>Un-Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3677"/> - <location filename="mainwindow.cpp" line="3681"/> + <location filename="mainwindow.cpp" line="3679"/> + <location filename="mainwindow.cpp" line="3683"/> <source>Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3678"/> + <location filename="mainwindow.cpp" line="3680"/> <source>Won't endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3684"/> + <location filename="mainwindow.cpp" line="3686"/> <source>Endorsement state unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3695"/> + <location filename="mainwindow.cpp" line="3697"/> <source>Ignore missing data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3699"/> + <location filename="mainwindow.cpp" line="3701"/> <source>Mark as converted/working</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3703"/> + <location filename="mainwindow.cpp" line="3705"/> <source>Visit on Nexus</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3705"/> + <location filename="mainwindow.cpp" line="3707"/> <source>Visit web page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3712"/> + <location filename="mainwindow.cpp" line="3714"/> <source>Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3719"/> - <location filename="mainwindow.cpp" line="4899"/> + <location filename="mainwindow.cpp" line="3721"/> + <location filename="mainwindow.cpp" line="4901"/> <source>Exception: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3721"/> - <location filename="mainwindow.cpp" line="4901"/> + <location filename="mainwindow.cpp" line="3723"/> + <location filename="mainwindow.cpp" line="4903"/> <source>Unknown exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3752"/> + <location filename="mainwindow.cpp" line="3754"/> <source><All></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3754"/> + <location filename="mainwindow.cpp" line="3756"/> <source><Multiple></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3789"/> + <location filename="mainwindow.cpp" line="3791"/> <source>%1 more</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="3793"/> + <location filename="mainwindow.cpp" line="3795"/> <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> @@ -2739,12 +2739,12 @@ You can also use online editors and converters instead.</source> </translation> </message> <message> - <location filename="mainwindow.cpp" line="3838"/> + <location filename="mainwindow.cpp" line="3840"/> <source>Enable Mods...</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="3853"/> + <location filename="mainwindow.cpp" line="3855"/> <source>Delete %n save(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -2752,319 +2752,319 @@ You can also use online editors and converters instead.</source> </translation> </message> <message> - <location filename="mainwindow.cpp" line="3895"/> + <location filename="mainwindow.cpp" line="3897"/> <source>failed to remove %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3917"/> + <location filename="mainwindow.cpp" line="3919"/> <source>failed to create %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3959"/> + <location filename="mainwindow.cpp" line="3961"/> <source>Can't change download directory while downloads are in progress!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4080"/> + <location filename="mainwindow.cpp" line="4082"/> <source>failed to write to file %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4086"/> + <location filename="mainwindow.cpp" line="4088"/> <source>%1 written</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4127"/> + <location filename="mainwindow.cpp" line="4129"/> <source>Select binary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4127"/> + <location filename="mainwindow.cpp" line="4129"/> <source>Binary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4153"/> + <location filename="mainwindow.cpp" line="4155"/> <source>Enter Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4154"/> + <location filename="mainwindow.cpp" line="4156"/> <source>Please enter a name for the executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4168"/> + <location filename="mainwindow.cpp" line="4170"/> <source>Not an executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4168"/> + <location filename="mainwindow.cpp" line="4170"/> <source>This is not a recognized executable.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4193"/> - <location filename="mainwindow.cpp" line="4218"/> + <location filename="mainwindow.cpp" line="4195"/> + <location filename="mainwindow.cpp" line="4220"/> <source>Replace file?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4193"/> + <location filename="mainwindow.cpp" line="4195"/> <source>There already is a hidden version of this file. Replace it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4196"/> - <location filename="mainwindow.cpp" line="4221"/> + <location filename="mainwindow.cpp" line="4198"/> + <location filename="mainwindow.cpp" line="4223"/> <source>File operation failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4196"/> - <location filename="mainwindow.cpp" line="4221"/> + <location filename="mainwindow.cpp" line="4198"/> + <location filename="mainwindow.cpp" line="4223"/> <source>Failed to remove "%1". Maybe you lack the required file permissions?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4218"/> + <location filename="mainwindow.cpp" line="4220"/> <source>There already is a visible version of this file. Replace it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4290"/> + <location filename="mainwindow.cpp" line="4292"/> <source>file not found: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4303"/> + <location filename="mainwindow.cpp" line="4305"/> <source>failed to generate preview for %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4323"/> + <location filename="mainwindow.cpp" line="4325"/> <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="4357"/> + <location filename="mainwindow.cpp" line="4359"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4394"/> + <location filename="mainwindow.cpp" line="4396"/> <source>Open/Execute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4395"/> + <location filename="mainwindow.cpp" line="4397"/> <source>Add as Executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4399"/> + <location filename="mainwindow.cpp" line="4401"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4405"/> + <location filename="mainwindow.cpp" line="4407"/> <source>Un-Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4407"/> + <location filename="mainwindow.cpp" line="4409"/> <source>Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4413"/> + <location filename="mainwindow.cpp" line="4415"/> <source>Write To File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4438"/> + <location filename="mainwindow.cpp" line="4440"/> <source>Do you want to endorse Mod Organizer on %1 now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4563"/> + <location filename="mainwindow.cpp" line="4565"/> <source>Thank you!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4563"/> + <location filename="mainwindow.cpp" line="4565"/> <source>Thank you for your endorsement!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4598"/> + <location filename="mainwindow.cpp" line="4600"/> <source>Request to Nexus failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4613"/> - <location filename="mainwindow.cpp" line="4675"/> + <location filename="mainwindow.cpp" line="4615"/> + <location filename="mainwindow.cpp" line="4677"/> <source>failed to read %1: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4625"/> - <location filename="mainwindow.cpp" line="5089"/> + <location filename="mainwindow.cpp" line="4627"/> + <location filename="mainwindow.cpp" line="5091"/> <source>Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4625"/> + <location filename="mainwindow.cpp" line="4627"/> <source>failed to extract %1 (errorcode %2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4657"/> + <location filename="mainwindow.cpp" line="4659"/> <source>Extract BSA</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4686"/> + <location filename="mainwindow.cpp" line="4688"/> <source>This archive contains invalid hashes. Some files may be broken.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4732"/> + <location filename="mainwindow.cpp" line="4734"/> <source>Extract...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4755"/> + <location filename="mainwindow.cpp" line="4757"/> <source>This will restart MO, continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4802"/> + <location filename="mainwindow.cpp" line="4804"/> <source>Edit Categories...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4803"/> + <location filename="mainwindow.cpp" line="4805"/> <source>Deselect filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4854"/> + <location filename="mainwindow.cpp" line="4856"/> <source>Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4870"/> + <location filename="mainwindow.cpp" line="4872"/> <source>Enable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4871"/> + <location filename="mainwindow.cpp" line="4873"/> <source>Disable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4890"/> + <location filename="mainwindow.cpp" line="4892"/> <source>Unlock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4893"/> + <location filename="mainwindow.cpp" line="4895"/> <source>Lock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5035"/> + <location filename="mainwindow.cpp" line="5037"/> <source>depends on missing "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5039"/> + <location filename="mainwindow.cpp" line="5041"/> <source>incompatible with "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5065"/> + <location filename="mainwindow.cpp" line="5067"/> <source>Please wait while LOOT is running</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5162"/> + <location filename="mainwindow.cpp" line="5164"/> <source>loot failed. Exit code was: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5184"/> + <location filename="mainwindow.cpp" line="5186"/> <source>failed to start loot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5187"/> + <location filename="mainwindow.cpp" line="5189"/> <source>failed to run loot: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5191"/> + <location filename="mainwindow.cpp" line="5193"/> <source>Errors occured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5238"/> + <location filename="mainwindow.cpp" line="5240"/> <source>Backup of load order created</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5248"/> + <location filename="mainwindow.cpp" line="5250"/> <source>Choose backup to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5261"/> + <location filename="mainwindow.cpp" line="5263"/> <source>No Backups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5261"/> + <location filename="mainwindow.cpp" line="5263"/> <source>There are no backups to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5282"/> - <location filename="mainwindow.cpp" line="5304"/> + <location filename="mainwindow.cpp" line="5284"/> + <location filename="mainwindow.cpp" line="5306"/> <source>Restore failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5283"/> - <location filename="mainwindow.cpp" line="5305"/> + <location filename="mainwindow.cpp" line="5285"/> + <location filename="mainwindow.cpp" line="5307"/> <source>Failed to restore the backup. Errorcode: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5294"/> + <location filename="mainwindow.cpp" line="5296"/> <source>Backup of modlist created</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5400"/> + <location filename="mainwindow.cpp" line="5402"/> <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="5402"/> + <location filename="mainwindow.cpp" line="5404"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5403"/> + <location filename="mainwindow.cpp" line="5405"/> <source>Rename new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5404"/> + <location filename="mainwindow.cpp" line="5406"/> <source>Ignore file</source> <translation type="unfinished"></translation> </message> @@ -3426,37 +3426,37 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="729"/> + <location filename="modinfodialog.ui" line="741"/> <source>about:blank</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="755"/> + <location filename="modinfodialog.ui" line="767"/> <source>Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="769"/> + <location filename="modinfodialog.ui" line="781"/> <source>Notes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="779"/> + <location filename="modinfodialog.ui" line="791"/> <source>Filetree</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="793"/> + <location filename="modinfodialog.ui" line="805"/> <source>Open Mod in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="818"/> + <location filename="modinfodialog.ui" line="830"/> <source>A directory view of this mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="821"/> + <location filename="modinfodialog.ui" line="833"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3466,17 +3466,17 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="848"/> + <location filename="modinfodialog.ui" line="860"/> <source>Previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="855"/> + <location filename="modinfodialog.ui" line="867"/> <source>Next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="875"/> + <location filename="modinfodialog.ui" line="887"/> <source>Close</source> <translation type="unfinished"></translation> </message> @@ -3786,18 +3786,18 @@ p, li { white-space: pre-wrap; } <context> <name>ModInfoRegular</name> <message> - <location filename="modinforegular.cpp" line="171"/> <location filename="modinforegular.cpp" line="174"/> + <location filename="modinforegular.cpp" line="177"/> <source>failed to write %1/meta.ini: error %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinforegular.cpp" line="529"/> + <location filename="modinforegular.cpp" line="539"/> <source>%1 contains no esp/esm/esl and no asset (textures, meshes, interface, ...) directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinforegular.cpp" line="533"/> + <location filename="modinforegular.cpp" line="543"/> <source>Categories: <br></source> <translation type="unfinished"></translation> </message> @@ -3945,113 +3945,113 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="940"/> + <location filename="modlist.cpp" line="942"/> <source>drag&drop failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1019"/> + <location filename="modlist.cpp" line="1021"/> <source>Confirm</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1020"/> + <location filename="modlist.cpp" line="1022"/> <source>Are you sure you want to remove "%1"?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1083"/> + <location filename="modlist.cpp" line="1085"/> <source>Flags</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1084"/> + <location filename="modlist.cpp" line="1086"/> <source>Content</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1085"/> + <location filename="modlist.cpp" line="1087"/> <source>Mod Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1086"/> + <location filename="modlist.cpp" line="1088"/> <source>Version</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1087"/> + <location filename="modlist.cpp" line="1089"/> <source>Priority</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1088"/> + <location filename="modlist.cpp" line="1090"/> <source>Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1089"/> + <location filename="modlist.cpp" line="1091"/> <source>Source Game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1090"/> + <location filename="modlist.cpp" line="1092"/> <source>Nexus ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1091"/> + <location filename="modlist.cpp" line="1093"/> <source>Installation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1092"/> - <location filename="modlist.cpp" line="1127"/> + <location filename="modlist.cpp" line="1094"/> + <location filename="modlist.cpp" line="1129"/> <source>unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1100"/> + <location filename="modlist.cpp" line="1102"/> <source>Name of your mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1101"/> + <location filename="modlist.cpp" line="1103"/> <source>Version of the mod (if available)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1102"/> + <location filename="modlist.cpp" line="1104"/> <source>Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1104"/> + <location filename="modlist.cpp" line="1106"/> <source>Category of the mod.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1105"/> + <location filename="modlist.cpp" line="1107"/> <source>The source game which was the origin of this mod.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1106"/> + <location filename="modlist.cpp" line="1108"/> <source>Id of the mod as used on Nexus.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1107"/> + <location filename="modlist.cpp" line="1109"/> <source>Emblemes to highlight things that might require attention.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1108"/> + <location filename="modlist.cpp" line="1110"/> <source>Depicts the content of the mod:<br><table cellspacing=7><tr><td><img src=":/MO/gui/content/plugin" width=32/></td><td>Game plugins (esp/esm/esl)</td></tr><tr><td><img src=":/MO/gui/content/interface" width=32/></td><td>Interface</td></tr><tr><td><img src=":/MO/gui/content/mesh" width=32/></td><td>Meshes</td></tr><tr><td><img src=":/MO/gui/content/bsa" width=32/></td><td>BSA</td></tr><tr><td><img src=":/MO/gui/content/texture" width=32/></td><td>Textures</td></tr><tr><td><img src=":/MO/gui/content/sound" width=32/></td><td>Sounds</td></tr><tr><td><img src=":/MO/gui/content/music" width=32/></td><td>Music</td></tr><tr><td><img src=":/MO/gui/content/string" width=32/></td><td>Strings</td></tr><tr><td><img src=":/MO/gui/content/script" width=32/></td><td>Scripts (Papyrus)</td></tr><tr><td><img src=":/MO/gui/content/skse" width=32/></td><td>Script Extender plugins</td></tr><tr><td><img src=":/MO/gui/content/skyproc" width=32/></td><td>SkyProc Patcher</td></tr><tr><td><img src=":/MO/gui/content/menu" width=32/></td><td>Mod Configuration Menu</td></tr><tr><td><img src=":/MO/gui/content/inifile" width=32/></td><td>INI files</td></tr><tr><td><img src=":/MO/gui/content/modgroup" width=32/></td><td>ModGroup files</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="modlist.cpp" line="1126"/> + <location filename="modlist.cpp" line="1128"/> <source>Time this mod was installed</source> <translation type="unfinished"></translation> </message> @@ -5323,7 +5323,7 @@ If the folder was still in use, restart MO and try again.</source> </message> <message> <location filename="mainwindow.cpp" line="1277"/> - <location filename="mainwindow.cpp" line="4037"/> + <location filename="mainwindow.cpp" line="4039"/> <source><Manage...></source> <translation type="unfinished"></translation> </message> |
