[vlc-commits] [Git][videolan/vlc][master] qt: fix translation/accessibility issue with a label
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Dec 20 08:45:19 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
3ef336a0 by Lyndon Brown at 2021-12-20T07:53:10+00:00
qt: fix translation/accessibility issue with a label
i presume this would be problematic.
- - - - -
1 changed file:
- modules/gui/qt/dialogs/preferences/sprefs_video.ui
Changes:
=====================================
modules/gui/qt/dialogs/preferences/sprefs_video.ui
=====================================
@@ -102,7 +102,7 @@
<item row="1" column="0">
<widget class="QCheckBox" name="hwYUVBox">
<property name="text">
- <string>Use hardware YUV->RGB conversions</string>
+ <string>Use hardware YUV to RGB conversions</string>
</property>
</widget>
</item>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3ef336a08e33f1543b1ee1edd9f2bdfdacebb724
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3ef336a08e33f1543b1ee1edd9f2bdfdacebb724
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list