diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-12-19 11:53:29 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-19 11:53:29 -0600 |
| commit | 37a6989ba831aa077d63234a8e8b64eb9e8f3eb1 (patch) | |
| tree | 51bab48729ec36c8022c42eb6018649a1ea2cc49 /src/profilesdialog.ui | |
| parent | 830b63c4e20ffe3fee1ebffc9b88c45305f6737d (diff) | |
Make language about profile-specific settings and save games consistent
Diffstat (limited to 'src/profilesdialog.ui')
| -rw-r--r-- | src/profilesdialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/profilesdialog.ui b/src/profilesdialog.ui index d33e2283..f040faed 100644 --- a/src/profilesdialog.ui +++ b/src/profilesdialog.ui @@ -35,13 +35,13 @@ p, li { white-space: pre-wrap; } <item>
<widget class="QCheckBox" name="localSavesBox">
<property name="toolTip">
- <string><html><head/><body><p>If checked, savegames are stored locally to this profile and will not appear when starting with a different profile.</p></body></html></string>
+ <string><html><head/><body><p>If checked, save games are stored locally to this profile and will not appear when starting with a different profile.</p></body></html></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>Use profile-specific Savegames</string>
+ <string>Use profile-specific Save Games</string>
</property>
</widget>
</item>
|
