Skip to content
Snippets Groups Projects
Commit b2a777dc authored by Lyndon Brown's avatar Lyndon Brown Committed by Rémi Denis-Courmont
Browse files

qt: fix label capitalisation consistency

parent 04029770
No related branches found
No related tags found
1 merge request!1046qt: fix label capitalisation consistency
Pipeline #170803 passed with stages
in 49 minutes and 48 seconds
......@@ -287,7 +287,7 @@
<item row="13" column="0">
<widget class="QLabel" name="colorSchemeLabel">
<property name="text">
<string>Color Scheme:</string>
<string>Color scheme:</string>
</property>
<property name="buddy">
<cstring>colorSchemeComboBox</cstring>
......
......@@ -89,7 +89,7 @@
<item row="2" column="0" rowspan="2">
<widget class="QLabel" name="label">
<property name="text">
<string>Banned Folders:</string>
<string>Banned folders:</string>
</property>
</widget>
</item>
......
......@@ -83,7 +83,7 @@
<item row="4" column="0">
<widget class="QLabel" name="fullscreenScreenLabel">
<property name="text">
<string>Fullscreen Video Device</string>
<string>Fullscreen video device</string>
</property>
<property name="buddy">
<cstring>fullscreenScreenBox</cstring>
......@@ -196,7 +196,7 @@
<item row="1" column="0">
<widget class="QLabel" name="arLabel">
<property name="text">
<string>Force Aspect Ratio</string>
<string>Force aspect ratio</string>
</property>
<property name="buddy">
<cstring>arLine</cstring>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment