1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-09 21:44:54 +00:00

Removed a period from the checkbox's display text to conform with other buttons.

This commit is contained in:
Thomas Lowe 2021-11-29 20:49:31 -05:00
parent 4f77c18af4
commit bdb7b6079e

View File

@ -14,7 +14,7 @@
<item>
<widget class="QTabWidget" name="AdvancedTabWidget">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="GameMechanics">
<attribute name="title">
@ -281,8 +281,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>645</width>
<height>413</height>
<width>665</width>
<height>525</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
@ -460,7 +460,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enables alpha testing for smoother anti-aliasing (Requires anti-aliasing to be enabled)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Use anti-alias alpha testing.</string>
<string>Use anti-alias alpha testing</string>
</property>
</widget>
</item>