diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-11-04 16:19:54 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-11-04 16:19:54 +0100 |
| commit | 1189b8cc339ad8f55814748ff7eea5bda08b45fd (patch) | |
| tree | 5daafd46baee7b77f740907d2966193868b9aa25 /src | |
| parent | 17f1cf0aabf29453f7c00644f7aee93f83f2bca8 (diff) | |
Made the "checked" filter show separators.
Diffstat (limited to 'src')
| -rw-r--r-- | src/modlistsortproxy.cpp | 2 | ||||
| -rw-r--r-- | src/organizer_en.ts | 522 |
2 files changed, 263 insertions, 261 deletions
diff --git a/src/modlistsortproxy.cpp b/src/modlistsortproxy.cpp index 59784642..9adaa511 100644 --- a/src/modlistsortproxy.cpp +++ b/src/modlistsortproxy.cpp @@ -253,7 +253,7 @@ bool ModListSortProxy::filterMatchesModAnd(ModInfo::Ptr info, bool enabled) cons for (auto iter = m_CategoryFilter.begin(); iter != m_CategoryFilter.end(); ++iter) {
switch (*iter) {
case CategoryFactory::CATEGORY_SPECIAL_CHECKED: {
- if (!enabled && !info->alwaysEnabled()) return false;
+ if (!enabled && !info->alwaysEnabled() && !info->hasFlag(ModInfo::FLAG_SEPARATOR)) return false;
} break;
case CategoryFactory::CATEGORY_SPECIAL_UNCHECKED: {
if (enabled || info->alwaysEnabled()) return false;
diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 3d2f1744..14a103ad 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="287"/> <location filename="mainwindow.ui" line="879"/> - <location filename="mainwindow.cpp" line="3763"/> + <location filename="mainwindow.cpp" line="3778"/> <source>Create Backup</source> <translation type="unfinished"></translation> </message> @@ -1771,8 +1771,8 @@ p, li { white-space: pre-wrap; } <message> <location filename="mainwindow.ui" line="1114"/> <location filename="mainwindow.ui" line="1237"/> - <location filename="mainwindow.cpp" line="3664"/> - <location filename="mainwindow.cpp" line="4520"/> + <location filename="mainwindow.cpp" line="3678"/> + <location filename="mainwindow.cpp" line="4535"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> @@ -1956,7 +1956,7 @@ p, li { white-space: pre-wrap; } </message> <message> <location filename="mainwindow.ui" line="1537"/> - <location filename="mainwindow.cpp" line="4461"/> + <location filename="mainwindow.cpp" line="4476"/> <source>Update</source> <translation type="unfinished"></translation> </message> @@ -1967,7 +1967,7 @@ p, li { white-space: pre-wrap; } </message> <message> <location filename="mainwindow.ui" line="1552"/> - <location filename="mainwindow.cpp" line="639"/> + <location filename="mainwindow.cpp" line="641"/> <source>No Problems</source> <translation type="unfinished"></translation> </message> @@ -1997,7 +1997,7 @@ Right now this has very limited functionality</source> </message> <message> <location filename="mainwindow.ui" line="1585"/> - <location filename="mainwindow.cpp" line="4543"/> + <location filename="mainwindow.cpp" line="4558"/> <source>Endorse Mod Organizer</source> <translation type="unfinished"></translation> </message> @@ -2017,776 +2017,778 @@ Right now this has very limited functionality</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="325"/> + <location filename="mainwindow.cpp" line="326"/> <source>Toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="326"/> + <location filename="mainwindow.cpp" line="327"/> <source>Desktop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="327"/> + <location filename="mainwindow.cpp" line="328"/> <source>Start Menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="351"/> + <location filename="mainwindow.cpp" line="353"/> <source>There is no supported sort mechanism for this game. You will probably have to use a third-party tool.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="627"/> + <location filename="mainwindow.cpp" line="629"/> <source>Problems</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="628"/> + <location filename="mainwindow.cpp" line="630"/> <source>There are potential problems with your setup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="640"/> + <location filename="mainwindow.cpp" line="642"/> <source>Everything seems to be in order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="702"/> + <location filename="mainwindow.cpp" line="704"/> <source>Help on UI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="706"/> + <location filename="mainwindow.cpp" line="708"/> <source>Documentation Wiki</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="710"/> + <location filename="mainwindow.cpp" line="712"/> <source>Report Issue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="714"/> + <location filename="mainwindow.cpp" line="716"/> <source>Tutorials</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="753"/> + <location filename="mainwindow.cpp" line="755"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="754"/> + <location filename="mainwindow.cpp" line="756"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="806"/> + <location filename="mainwindow.cpp" line="808"/> <source>Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="807"/> + <location filename="mainwindow.cpp" line="809"/> <source>Please enter a name for the new profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="815"/> + <location filename="mainwindow.cpp" line="817"/> <source>failed to create profile: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="859"/> + <location filename="mainwindow.cpp" line="861"/> <source>Show tutorial?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="860"/> + <location filename="mainwindow.cpp" line="862"/> <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="896"/> + <location filename="mainwindow.cpp" line="898"/> <source>Downloads in progress</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="897"/> + <location filename="mainwindow.cpp" line="899"/> <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="1014"/> + <location filename="mainwindow.cpp" line="1016"/> <source>Plugin "%1" failed: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1016"/> + <location filename="mainwindow.cpp" line="1018"/> <source>Plugin "%1" failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1052"/> + <location filename="mainwindow.cpp" line="1054"/> <source>Browse Mod Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1192"/> + <location filename="mainwindow.cpp" line="1194"/> <source>Also in: <br></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1203"/> + <location filename="mainwindow.cpp" line="1205"/> <source>No conflict</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1315"/> + <location filename="mainwindow.cpp" line="1317"/> <source><Edit...></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1583"/> + <location filename="mainwindow.cpp" line="1585"/> <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="1645"/> + <location filename="mainwindow.cpp" line="1647"/> <source>Activating Network Proxy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1703"/> + <location filename="mainwindow.cpp" line="1705"/> <source>Notice: Your current MO version (%1) is lower than the previous version (%2).<br>The GUI may not downgrade gracefully, so you may experience oddities.<br>However, there should be no serious issues.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1797"/> + <location filename="mainwindow.cpp" line="1799"/> <source>Choose Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1798"/> + <location filename="mainwindow.cpp" line="1800"/> <source>Mod Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1966"/> + <location filename="mainwindow.cpp" line="1968"/> <source>Start Tutorial?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1967"/> + <location filename="mainwindow.cpp" line="1969"/> <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="2114"/> + <location filename="mainwindow.cpp" line="2116"/> <source>failed to spawn notepad.exe: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2154"/> + <location filename="mainwindow.cpp" line="2156"/> <source>failed to change origin name: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2178"/> + <location filename="mainwindow.cpp" line="2180"/> <source>failed to move "%1" from mod "%2" to "%3": %4</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2202"/> + <location filename="mainwindow.cpp" line="2204"/> <source><Contains %1></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2237"/> + <location filename="mainwindow.cpp" line="2239"/> <source><Checked></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2238"/> + <location filename="mainwindow.cpp" line="2240"/> <source><Unchecked></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2239"/> + <location filename="mainwindow.cpp" line="2241"/> <source><Update></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2240"/> + <location filename="mainwindow.cpp" line="2242"/> <source><Mod Backup></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2241"/> + <location filename="mainwindow.cpp" line="2243"/> <source><Managed by MO></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2242"/> + <location filename="mainwindow.cpp" line="2244"/> <source><Managed outside MO></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2243"/> + <location filename="mainwindow.cpp" line="2245"/> <source><No category></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2244"/> + <location filename="mainwindow.cpp" line="2246"/> <source><Conflicted></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2245"/> + <location filename="mainwindow.cpp" line="2247"/> <source><Not Endorsed></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2291"/> + <location filename="mainwindow.cpp" line="2293"/> <source>failed to rename mod: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2304"/> + <location filename="mainwindow.cpp" line="2306"/> <source>Overwrite?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2305"/> + <location filename="mainwindow.cpp" line="2307"/> <source>This will replace the existing mod "%1". Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2308"/> + <location filename="mainwindow.cpp" line="2310"/> <source>failed to remove mod "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2312"/> - <location filename="mainwindow.cpp" line="4304"/> - <location filename="mainwindow.cpp" line="4328"/> + <location filename="mainwindow.cpp" line="2314"/> + <location filename="mainwindow.cpp" line="4319"/> + <location filename="mainwindow.cpp" line="4343"/> <source>failed to rename "%1" to "%2"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2372"/> - <location filename="mainwindow.cpp" line="3385"/> - <location filename="mainwindow.cpp" line="3393"/> - <location filename="mainwindow.cpp" line="3888"/> + <location filename="mainwindow.cpp" line="2374"/> + <location filename="mainwindow.cpp" line="3399"/> + <location filename="mainwindow.cpp" line="3407"/> + <location filename="mainwindow.cpp" line="3903"/> <source>Confirm</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2373"/> + <location filename="mainwindow.cpp" line="2375"/> <source>Remove the following mods?<br><ul>%1</ul></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2386"/> + <location filename="mainwindow.cpp" line="2388"/> <source>failed to remove mod: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2418"/> - <location filename="mainwindow.cpp" line="2421"/> - <location filename="mainwindow.cpp" line="2431"/> + <location filename="mainwindow.cpp" line="2420"/> + <location filename="mainwindow.cpp" line="2423"/> + <location filename="mainwindow.cpp" line="2433"/> <source>Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2418"/> + <location filename="mainwindow.cpp" line="2420"/> <source>Installation file no longer exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2422"/> + <location filename="mainwindow.cpp" line="2424"/> <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="2432"/> + <location filename="mainwindow.cpp" line="2434"/> <source>Failed to create backup.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2449"/> + <location filename="mainwindow.cpp" line="2451"/> <source>You need to be logged in with Nexus to resume a download</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2465"/> - <location filename="mainwindow.cpp" line="2492"/> + <location filename="mainwindow.cpp" line="2467"/> + <location filename="mainwindow.cpp" line="2494"/> <source>You need to be logged in with Nexus to endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2548"/> + <location filename="mainwindow.cpp" line="2550"/> <source>Failed to display overwrite dialog: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2736"/> + <location filename="mainwindow.cpp" line="2738"/> <source>Nexus ID for this Mod is unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2746"/> + <location filename="mainwindow.cpp" line="2748"/> <source>Web page for this mod is unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2824"/> - <location filename="mainwindow.cpp" line="2922"/> - <location filename="mainwindow.cpp" line="3695"/> + <location filename="mainwindow.cpp" line="2826"/> + <location filename="mainwindow.cpp" line="2931"/> + <location filename="mainwindow.cpp" line="3709"/> <source>Create Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2825"/> + <location filename="mainwindow.cpp" line="2827"/> <source>This will create an empty mod. Please enter a name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2834"/> - <location filename="mainwindow.cpp" line="2932"/> + <location filename="mainwindow.cpp" line="2836"/> + <location filename="mainwindow.cpp" line="2941"/> <source>A mod with this name already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2853"/> + <location filename="mainwindow.cpp" line="2855"/> <source>Create Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2854"/> + <location filename="mainwindow.cpp" line="2856"/> <source>This will create a new separator. Please enter a name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2861"/> + <location filename="mainwindow.cpp" line="2863"/> <source>A separator with this name already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2923"/> + <location filename="mainwindow.cpp" line="2932"/> <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="2964"/> - <location filename="mainwindow.cpp" line="4860"/> + <location filename="mainwindow.cpp" line="2973"/> + <location filename="mainwindow.cpp" line="4875"/> <source>Are you sure?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2965"/> + <location filename="mainwindow.cpp" line="2974"/> <source>About to recursively delete: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3279"/> + <location filename="mainwindow.cpp" line="3293"/> <source>Not logged in, endorsement information will be wrong</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3287"/> + <location filename="mainwindow.cpp" line="3301"/> <source>Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3288"/> + <location filename="mainwindow.cpp" line="3302"/> <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="3308"/> - <location filename="mainwindow.cpp" line="4429"/> + <location filename="mainwindow.cpp" line="3322"/> + <location filename="mainwindow.cpp" line="4444"/> <source>Sorry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3309"/> + <location filename="mainwindow.cpp" line="3323"/> <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="3385"/> + <location filename="mainwindow.cpp" line="3399"/> <source>Really enable all visible mods?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3393"/> + <location filename="mainwindow.cpp" line="3407"/> <source>Really disable all visible mods?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3458"/> + <location filename="mainwindow.cpp" line="3472"/> <source>Export to csv</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3461"/> + <location filename="mainwindow.cpp" line="3475"/> <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="3464"/> + <location filename="mainwindow.cpp" line="3478"/> <source>Select what mods you want export:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3465"/> + <location filename="mainwindow.cpp" line="3479"/> <source>All installed mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3466"/> + <location filename="mainwindow.cpp" line="3480"/> <source>Only active (checked) mods from your current profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3467"/> + <location filename="mainwindow.cpp" line="3481"/> <source>All currently visible mods in the mod list</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3488"/> + <location filename="mainwindow.cpp" line="3502"/> <source>Choose what Columns to export:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3491"/> + <location filename="mainwindow.cpp" line="3505"/> <source>Mod_Priority</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3493"/> + <location filename="mainwindow.cpp" line="3507"/> <source>Mod_Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3495"/> + <location filename="mainwindow.cpp" line="3509"/> <source>Mod_Status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3496"/> + <location filename="mainwindow.cpp" line="3510"/> <source>Primary_Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3497"/> + <location filename="mainwindow.cpp" line="3511"/> <source>Nexus_ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3498"/> + <location filename="mainwindow.cpp" line="3512"/> <source>Mod_Nexus_URL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3499"/> + <location filename="mainwindow.cpp" line="3513"/> <source>Mod_Version</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3500"/> + <location filename="mainwindow.cpp" line="3514"/> <source>Install_Date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3501"/> + <location filename="mainwindow.cpp" line="3515"/> <source>Download_File_Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3603"/> + <location filename="mainwindow.cpp" line="3617"/> <source>export failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3622"/> + <location filename="mainwindow.cpp" line="3636"/> <source>Open Game folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3624"/> + <location filename="mainwindow.cpp" line="3638"/> <source>Open MyGames folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3628"/> + <location filename="mainwindow.cpp" line="3642"/> <source>Open Instance folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3630"/> + <location filename="mainwindow.cpp" line="3644"/> <source>Open Mods folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3632"/> + <location filename="mainwindow.cpp" line="3646"/> <source>Open Profile folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3634"/> + <location filename="mainwindow.cpp" line="3648"/> <source>Open Downloads folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3638"/> + <location filename="mainwindow.cpp" line="3652"/> <source>Open MO2 Install folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3640"/> + <location filename="mainwindow.cpp" line="3654"/> <source>Open MO2 Plugins folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3642"/> + <location filename="mainwindow.cpp" line="3656"/> <source>Open MO2 Logs folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3651"/> + <location filename="mainwindow.cpp" line="3665"/> <source>Install Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3653"/> + <location filename="mainwindow.cpp" line="3667"/> <source>Create empty mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3655"/> + <location filename="mainwindow.cpp" line="3669"/> <source>Create Separator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3659"/> + <location filename="mainwindow.cpp" line="3673"/> <source>Enable all visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3660"/> + <location filename="mainwindow.cpp" line="3674"/> <source>Disable all visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3662"/> + <location filename="mainwindow.cpp" line="3676"/> <source>Check all for update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3666"/> + <location filename="mainwindow.cpp" line="3680"/> <source>Export to csv...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3687"/> + <location filename="mainwindow.cpp" line="3701"/> <source>All Mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3694"/> + <location filename="mainwindow.cpp" line="3708"/> <source>Sync to Mods...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3696"/> + <location filename="mainwindow.cpp" line="3710"/> <source>Clear Overwrite...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3698"/> - <location filename="mainwindow.cpp" line="3804"/> + <location filename="mainwindow.cpp" line="3712"/> + <location filename="mainwindow.cpp" line="3819"/> <source>Open in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3700"/> + <location filename="mainwindow.cpp" line="3714"/> <source>Restore Backup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3701"/> + <location filename="mainwindow.cpp" line="3715"/> <source>Remove Backup...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3703"/> + <location filename="mainwindow.cpp" line="3726"/> <source>Rename Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3704"/> + <location filename="mainwindow.cpp" line="3727"/> <source>Remove Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3706"/> - <location filename="mainwindow.cpp" line="3714"/> - <location filename="mainwindow.cpp" line="3755"/> + <location filename="mainwindow.cpp" line="3729"/> + <location filename="mainwindow.cpp" line="3737"/> + <location filename="mainwindow.cpp" line="3770"/> <source>Send to Top</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3707"/> - <location filename="mainwindow.cpp" line="3715"/> - <location filename="mainwindow.cpp" line="3756"/> + <location filename="mainwindow.cpp" line="3730"/> + <location filename="mainwindow.cpp" line="3738"/> + <location filename="mainwindow.cpp" line="3771"/> <source>Send to Bottom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3709"/> + <location filename="mainwindow.cpp" line="3732"/> <source>Select Color...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3711"/> + <location filename="mainwindow.cpp" line="3734"/> <source>Reset Color</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3717"/> + <location filename="mainwindow.cpp" line="3718"/> + <location filename="mainwindow.cpp" line="3740"/> <source>Change Categories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3730"/> + <location filename="mainwindow.cpp" line="3722"/> + <location filename="mainwindow.cpp" line="3745"/> <source>Primary Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3737"/> + <location filename="mainwindow.cpp" line="3752"/> <source>Change versioning scheme</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3742"/> + <location filename="mainwindow.cpp" line="3757"/> <source>Un-ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3744"/> + <location filename="mainwindow.cpp" line="3759"/> <source>Ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3750"/> - <location filename="mainwindow.cpp" line="4971"/> + <location filename="mainwindow.cpp" line="3765"/> + <location filename="mainwindow.cpp" line="4986"/> <source>Enable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3751"/> - <location filename="mainwindow.cpp" line="4972"/> + <location filename="mainwindow.cpp" line="3766"/> + <location filename="mainwindow.cpp" line="4987"/> <source>Disable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3760"/> + <location filename="mainwindow.cpp" line="3775"/> <source>Rename Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3761"/> + <location filename="mainwindow.cpp" line="3776"/> <source>Reinstall Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3762"/> + <location filename="mainwindow.cpp" line="3777"/> <source>Remove Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3770"/> + <location filename="mainwindow.cpp" line="3785"/> <source>Un-Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3773"/> - <location filename="mainwindow.cpp" line="3777"/> + <location filename="mainwindow.cpp" line="3788"/> + <location filename="mainwindow.cpp" line="3792"/> <source>Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3774"/> + <location filename="mainwindow.cpp" line="3789"/> <source>Won't endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3780"/> + <location filename="mainwindow.cpp" line="3795"/> <source>Endorsement state unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3791"/> + <location filename="mainwindow.cpp" line="3806"/> <source>Ignore missing data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3795"/> + <location filename="mainwindow.cpp" line="3810"/> <source>Mark as converted/working</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3799"/> + <location filename="mainwindow.cpp" line="3814"/> <source>Visit on Nexus</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3801"/> + <location filename="mainwindow.cpp" line="3816"/> <source>Visit web page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3808"/> + <location filename="mainwindow.cpp" line="3823"/> <source>Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3815"/> - <location filename="mainwindow.cpp" line="5010"/> + <location filename="mainwindow.cpp" line="3830"/> + <location filename="mainwindow.cpp" line="5025"/> <source>Exception: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3817"/> - <location filename="mainwindow.cpp" line="5012"/> + <location filename="mainwindow.cpp" line="3832"/> + <location filename="mainwindow.cpp" line="5027"/> <source>Unknown exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3848"/> + <location filename="mainwindow.cpp" line="3863"/> <source><All></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3850"/> + <location filename="mainwindow.cpp" line="3865"/> <source><Multiple></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3885"/> + <location filename="mainwindow.cpp" line="3900"/> <source>%1 more</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="3889"/> + <location filename="mainwindow.cpp" line="3904"/> <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> @@ -2794,12 +2796,12 @@ You can also use online editors and converters instead.</source> </translation> </message> <message> - <location filename="mainwindow.cpp" line="3934"/> + <location filename="mainwindow.cpp" line="3949"/> <source>Enable Mods...</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="3949"/> + <location filename="mainwindow.cpp" line="3964"/> <source>Delete %n save(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -2807,329 +2809,329 @@ You can also use online editors and converters instead.</source> </translation> </message> <message> - <location filename="mainwindow.cpp" line="3991"/> + <location filename="mainwindow.cpp" line="4006"/> <source>failed to remove %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4013"/> + <location filename="mainwindow.cpp" line="4028"/> <source>failed to create %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4055"/> + <location filename="mainwindow.cpp" line="4070"/> <source>Can't change download directory while downloads are in progress!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4176"/> + <location filename="mainwindow.cpp" line="4191"/> <source>failed to write to file %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4182"/> + <location filename="mainwindow.cpp" line="4197"/> <source>%1 written</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4223"/> + <location filename="mainwindow.cpp" line="4238"/> <source>Select binary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4223"/> + <location filename="mainwindow.cpp" line="4238"/> <source>Binary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4249"/> + <location filename="mainwindow.cpp" line="4264"/> <source>Enter Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4250"/> + <location filename="mainwindow.cpp" line="4265"/> <source>Please enter a name for the executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4264"/> + <location filename="mainwindow.cpp" line="4279"/> <source>Not an executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4264"/> + <location filename="mainwindow.cpp" line="4279"/> <source>This is not a recognized executable.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4289"/> - <location filename="mainwindow.cpp" line="4314"/> + <location filename="mainwindow.cpp" line="4304"/> + <location filename="mainwindow.cpp" line="4329"/> <source>Replace file?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4289"/> + <location filename="mainwindow.cpp" line="4304"/> <source>There already is a hidden version of this file. Replace it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4292"/> - <location filename="mainwindow.cpp" line="4317"/> + <location filename="mainwindow.cpp" line="4307"/> + <location filename="mainwindow.cpp" line="4332"/> <source>File operation failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4292"/> - <location filename="mainwindow.cpp" line="4317"/> + <location filename="mainwindow.cpp" line="4307"/> + <location filename="mainwindow.cpp" line="4332"/> <source>Failed to remove "%1". Maybe you lack the required file permissions?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4314"/> + <location filename="mainwindow.cpp" line="4329"/> <source>There already is a visible version of this file. Replace it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4396"/> + <location filename="mainwindow.cpp" line="4411"/> <source>file not found: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4409"/> + <location filename="mainwindow.cpp" line="4424"/> <source>failed to generate preview for %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4429"/> + <location filename="mainwindow.cpp" line="4444"/> <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="4463"/> + <location filename="mainwindow.cpp" line="4478"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4500"/> + <location filename="mainwindow.cpp" line="4515"/> <source>Open/Execute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4501"/> + <location filename="mainwindow.cpp" line="4516"/> <source>Add as Executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4505"/> + <location filename="mainwindow.cpp" line="4520"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4511"/> + <location filename="mainwindow.cpp" line="4526"/> <source>Un-Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4513"/> + <location filename="mainwindow.cpp" line="4528"/> <source>Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4519"/> + <location filename="mainwindow.cpp" line="4534"/> <source>Write To File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4544"/> + <location filename="mainwindow.cpp" line="4559"/> <source>Do you want to endorse Mod Organizer on %1 now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4669"/> + <location filename="mainwindow.cpp" line="4684"/> <source>Thank you!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4669"/> + <location filename="mainwindow.cpp" line="4684"/> <source>Thank you for your endorsement!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4704"/> + <location filename="mainwindow.cpp" line="4719"/> <source>Request to Nexus failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4719"/> - <location filename="mainwindow.cpp" line="4781"/> + <location filename="mainwindow.cpp" line="4734"/> + <location filename="mainwindow.cpp" line="4796"/> <source>failed to read %1: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4731"/> - <location filename="mainwindow.cpp" line="5200"/> + <location filename="mainwindow.cpp" line="4746"/> + <location filename="mainwindow.cpp" line="5215"/> <source>Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4731"/> + <location filename="mainwindow.cpp" line="4746"/> <source>failed to extract %1 (errorcode %2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4763"/> + <location filename="mainwindow.cpp" line="4778"/> <source>Extract BSA</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4792"/> + <location filename="mainwindow.cpp" line="4807"/> <source>This archive contains invalid hashes. Some files may be broken.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4838"/> + <location filename="mainwindow.cpp" line="4853"/> <source>Extract...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4861"/> + <location filename="mainwindow.cpp" line="4876"/> <source>This will restart MO, continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4908"/> + <location filename="mainwindow.cpp" line="4923"/> <source>Edit Categories...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4909"/> + <location filename="mainwindow.cpp" line="4924"/> <source>Deselect filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4960"/> + <location filename="mainwindow.cpp" line="4975"/> <source>Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4976"/> + <location filename="mainwindow.cpp" line="4991"/> <source>Enable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4977"/> + <location filename="mainwindow.cpp" line="4992"/> <source>Disable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4981"/> + <location filename="mainwindow.cpp" line="4996"/> <source>Send to top</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4982"/> + <location filename="mainwindow.cpp" line="4997"/> <source>Send to bottom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5001"/> + <location filename="mainwindow.cpp" line="5016"/> <source>Unlock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5004"/> + <location filename="mainwindow.cpp" line="5019"/> <source>Lock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5146"/> + <location filename="mainwindow.cpp" line="5161"/> <source>depends on missing "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5150"/> + <location filename="mainwindow.cpp" line="5165"/> <source>incompatible with "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5176"/> + <location filename="mainwindow.cpp" line="5191"/> <source>Please wait while LOOT is running</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5273"/> + <location filename="mainwindow.cpp" line="5288"/> <source>loot failed. Exit code was: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5295"/> + <location filename="mainwindow.cpp" line="5310"/> <source>failed to start loot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5298"/> + <location filename="mainwindow.cpp" line="5313"/> <source>failed to run loot: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5302"/> + <location filename="mainwindow.cpp" line="5317"/> <source>Errors occured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5349"/> + <location filename="mainwindow.cpp" line="5364"/> <source>Backup of load order created</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5359"/> + <location filename="mainwindow.cpp" line="5374"/> <source>Choose backup to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5372"/> + <location filename="mainwindow.cpp" line="5387"/> <source>No Backups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5372"/> + <location filename="mainwindow.cpp" line="5387"/> <source>There are no backups to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5393"/> - <location filename="mainwindow.cpp" line="5415"/> + <location filename="mainwindow.cpp" line="5408"/> + <location filename="mainwindow.cpp" line="5430"/> <source>Restore failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5394"/> - <location filename="mainwindow.cpp" line="5416"/> + <location filename="mainwindow.cpp" line="5409"/> + <location filename="mainwindow.cpp" line="5431"/> <source>Failed to restore the backup. Errorcode: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5405"/> + <location filename="mainwindow.cpp" line="5420"/> <source>Backup of modlist created</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5511"/> + <location filename="mainwindow.cpp" line="5526"/> <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="5513"/> + <location filename="mainwindow.cpp" line="5528"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5514"/> + <location filename="mainwindow.cpp" line="5529"/> <source>Rename new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5515"/> + <location filename="mainwindow.cpp" line="5530"/> <source>Ignore file</source> <translation type="unfinished"></translation> </message> @@ -5380,7 +5382,7 @@ If the folder was still in use, restart MO and try again.</source> </message> <message> <location filename="main.cpp" line="682"/> - <location filename="settings.cpp" line="1061"/> + <location filename="settings.cpp" line="1059"/> <source>Mod Organizer</source> <translation type="unfinished"></translation> </message> @@ -5395,18 +5397,18 @@ If the folder was still in use, restart MO and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="872"/> + <location filename="mainwindow.cpp" line="874"/> <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="1279"/> - <location filename="mainwindow.cpp" line="4133"/> + <location filename="mainwindow.cpp" line="1281"/> + <location filename="mainwindow.cpp" line="4148"/> <source><Manage...></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1291"/> + <location filename="mainwindow.cpp" line="1293"/> <source>failed to parse profile %1: %2</source> <translation type="unfinished"></translation> </message> @@ -5457,12 +5459,12 @@ If the folder was still in use, restart MO and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settings.cpp" line="1068"/> + <location filename="settings.cpp" line="1066"/> <source>Script Extender</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settings.cpp" line="1075"/> + <location filename="settings.cpp" line="1073"/> <source>Proxy DLL</source> <translation type="unfinished"></translation> </message> @@ -5682,12 +5684,12 @@ Select Show Details option to see the full change-log.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settings.cpp" line="850"/> + <location filename="settings.cpp" line="848"/> <source>Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settings.cpp" line="851"/> + <location filename="settings.cpp" line="849"/> <source>Failed to create "%1", you may not have the necessary permission. path remains unchanged.</source> <translation type="unfinished"></translation> </message> |
