[vlc-commits] [Git][videolan/vlc][master] qt: fix label capitalisation consistency
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Sun Dec 19 21:28:56 UTC 2021
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
b2a777dc by Lyndon Brown at 2021-12-19T20:43:46+00:00
qt: fix label capitalisation consistency
- - - - -
3 changed files:
- modules/gui/qt/dialogs/preferences/sprefs_interface.ui
- modules/gui/qt/dialogs/preferences/sprefs_medialibrary.ui
- modules/gui/qt/dialogs/preferences/sprefs_video.ui
Changes:
=====================================
modules/gui/qt/dialogs/preferences/sprefs_interface.ui
=====================================
@@ -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>
=====================================
modules/gui/qt/dialogs/preferences/sprefs_medialibrary.ui
=====================================
@@ -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>
=====================================
modules/gui/qt/dialogs/preferences/sprefs_video.ui
=====================================
@@ -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>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b2a777dc218563aff9c1e3266811d71fb6bea428
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b2a777dc218563aff9c1e3266811d71fb6bea428
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list