diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 19:51:30 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 19:51:30 +0200 |
| commit | f824d255a2044e81208e0813c76f9d31e630267c (patch) | |
| tree | 0ff4524ce1acdbe31f654ad580e685ff5ed9bd7b /src/pluginlist.cpp | |
| parent | 344b83957e0f4491925055feab38091fdee4e751 (diff) | |
Added clarification to loads archives tooltip.
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index c6cea045..58364e78 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -906,7 +906,7 @@ QVariant PluginList::data(const QModelIndex &modelIndex, int role) const text += "<br><b>" + tr("Loads Archives") + "</b>: " + SetJoin(m_ESPs[index].m_Archives, ", ");
text += "<br>" + tr("There are Archives connected to this plugin. "
"Their assets will be added to your game, overwriting in case of conflicts following the plugin order. "
- "Loose files will always overwrite assets from Archives.");
+ "Loose files will always overwrite assets from Archives. (This flag only checks for Archives from the same mod as the plugin)");
}
if (m_ESPs[index].m_HasIni) {
text += "<br><b>" + tr("Loads INI settings") + "</b>: ";
|
