summaryrefslogtreecommitdiff
path: root/src/profilesdialog.ui
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-20 14:33:08 -0600
committerGitHub <noreply@github.com>2018-12-20 14:33:08 -0600
commited67ac211306bee2067178ace1a0a7fbcd0bea1b (patch)
tree8fe31503ba20a436457c8c94d61f953b4aa067b4 /src/profilesdialog.ui
parent2232bdfc779b8575c8374a723d4d02a2b41fb352 (diff)
parent9a33dc148054443cb0efd5916ff758fca5bc09e3 (diff)
Merge pull request #586 from ModOrganizer2/Develop
Release 2.1.6
Diffstat (limited to 'src/profilesdialog.ui')
-rw-r--r--src/profilesdialog.ui14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/profilesdialog.ui b/src/profilesdialog.ui
index 9b4e7e62..f040faed 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, save games 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>
+ <string>If checked, save games 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 Save Games</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 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="whatsThis">
+ <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="text">
- <string>Local Game Settings</string>
+ <string>Use profile-specific Game INI Files</string>
</property>
<property name="checked">
<bool>false</bool>