summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-12-05 22:50:03 +0100
committerAl12rs <gabriel.cortesi@outlook.com>2018-12-05 22:50:03 +0100
commit25448ef076439062a54702d2db226f5a1faea9fb (patch)
tree373119590f222a98e7d253533ca4415174fca542
parent40919c15203acd106e6451de14bf1cd6c9a162fc (diff)
* Changed "Local game settings" to "Use profile-specific Game INI files".
* Added tooltip to the option explaining what it does since it was missing. * Improved Local Savegames text and tooltip as well.
-rw-r--r--src/profilesdialog.ui12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/profilesdialog.ui b/src/profilesdialog.ui
index 9b4e7e62..a1d7497e 100644
--- a/src/profilesdialog.ui
+++ b/src/profilesdialog.ui
@@ -35,20 +35,26 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QCheckBox" name="localSavesBox">
<property name="toolTip">
- <string>If checked, savegames are local to this profile and will not appear when starting with a different profile.</string>
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If checked, savegames are stored locally to this profile and will not appear when starting with a different profile.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="whatsThis">
<string>If checked, savegames are local to this profile and will not appear when starting with a different profile.</string>
</property>
<property name="text">
- <string>Local Savegames</string>
+ <string>Use profile-specific Savagemes</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="localIniFilesBox">
+ <property name="toolTip">
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If checked, MO2 will use a local set of game INI files (configuration and settings files), different from the default ones found in MyGames. This way changes to the INI settings will only affect this profile and the Global INI files can remain vanilla. MO2 will then show the profile INI files to the game instead of the Global ones.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ </property>
+ <property name="whatsThis">
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If checked MO2 will use his own profile-specific game INI files, so that the &amp;quot;Global&amp;quot; ones in MyGames can be left vanilla. This different set of INI files is then offered to the game instead of the default one.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ </property>
<property name="text">
- <string>Local Game Settings</string>
+ <string>Use profile-specific Game INI Files</string>
</property>
<property name="checked">
<bool>false</bool>