[vlc-commits] Qt4: small string tweak
Edward Wang
git at videolan.org
Wed Jan 23 10:11:04 CET 2013
vlc | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Tue Jan 22 20:08:35 2013 -0500| [3135084f94989eab2f900c6ee7aed3cb8ba10950] | committer: Francois Cartegnie
Qt4: small string tweak
The decoding is being 'hardware-accelerated', not the acceleration being decoded by hardware.
Also, the phrase "hardware-accelerated decoding" has more hits in Google.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3135084f94989eab2f900c6ee7aed3cb8ba10950
---
modules/gui/qt4/ui/sprefs_input.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/ui/sprefs_input.ui b/modules/gui/qt4/ui/sprefs_input.ui
index 74c9594..151eca1 100644
--- a/modules/gui/qt4/ui/sprefs_input.ui
+++ b/modules/gui/qt4/ui/sprefs_input.ui
@@ -76,7 +76,7 @@
<item row="4" column="0">
<widget class="QLabel" name="hwAccelLabel">
<property name="text">
- <string>Hardware decoding acceleration</string>
+ <string>Hardware-accelerated decoding</string>
</property>
<property name="buddy">
<cstring>hwAccelModule</cstring>
More information about the vlc-commits
mailing list