summaryrefslogtreecommitdiff
path: root/src/pluginlist.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-06-08 15:10:08 +0200
committerTannin <devnull@localhost>2014-06-08 15:10:08 +0200
commit0feb4b702d8a9eb1465c79c49ada5de01b67083d (patch)
tree378bba0b46c750f02f3f953e9f4076462a2633bf /src/pluginlist.cpp
parent5a4b6e70fd815c9052ff71a4244bdeb707e92ba1 (diff)
- loot client now only updates the masterlist once per MO session
- new event to notify plugins of changed mod priority - overwrite now shows up in the "checked" category instead of "unchecked" - display of "foreign" mods can now be limited to only official content - bugfix: bsa extraction dialog showed up even if the plugin was disabled - bugfix: after detection of foreign mods the priority of the overwrite folder could get messed up - bugfix: when displaying only the context menu for the mod list as a whole, the menu didn't disappear - bugfix: MO crashed when trying to download via the integrated browser
Diffstat (limited to 'src/pluginlist.cpp')
-rw-r--r--src/pluginlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp
index 0a28a45f..79df08ae 100644
--- a/src/pluginlist.cpp
+++ b/src/pluginlist.cpp
@@ -814,8 +814,8 @@ QVariant PluginList::data(const QModelIndex &modelIndex, int role) const
text += "<br>There is an ini file connected to this esp. Its settings will be added to your game settings, overwriting "
"in case of conflicts.";
} else if (m_ESPs[index].m_IsDummy) {
- text += "<br>This file is a dummy! It exists only so the bsa with the same name gets loaded. With MO you don't need this: "
- "If you enable the archive with the same name in the \"Archive\" tab you can disable this plugin.";
+ text += "<br>This file is a dummy! It exists only so the bsa with the same name gets loaded. If you let MO manage archives you "
+ "don't need this: Enable the archive with the same name in the \"Archive\" tab and disable this plugin.";
}
toolTip += text;
}