vlc/vlc-3.0 | branch: master | David Fuhrmann <[email protected]> | Wed 
May  9 20:12:22 2018 +0200| [ff9edbff260c85011f3f5e7177744a35a5b640d2] | 
committer: David Fuhrmann

macosx: Choose existing string for hardware decoding option

This string is already translated.

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=ff9edbff260c85011f3f5e7177744a35a5b640d2
---

 modules/gui/macosx/VLCSimplePrefsController.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/VLCSimplePrefsController.m 
b/modules/gui/macosx/VLCSimplePrefsController.m
index a876d9b356..f9b0798037 100644
--- a/modules/gui/macosx/VLCSimplePrefsController.m
+++ b/modules/gui/macosx/VLCSimplePrefsController.m
@@ -294,7 +294,7 @@ create_toolbar_item(NSString *itemIdent, NSString *name, 
NSString *desc, NSStrin
     [_input_cachelevel_customLabel setStringValue: _NS("Use the complete 
preferences to configure custom caching values for each access module.")];
     [_input_muxBox setTitle: _NS("Codecs / Muxers")];
     [_input_netBox setTitle: _NS("Network")];
-    [_input_hardwareAccelerationCheckbox setTitle: _NS("Enable hardware 
acceleration")];
+    [_input_hardwareAccelerationCheckbox setTitle: _NS("Hardware decoding")];
     [_input_postprocLabel setStringValue: _NS("Post-Processing Quality")];
     [_input_skipLoopLabel setStringValue: _NS("Skip the loop filter for H.264 
decoding")];
     [_input_urlhandlerButton setTitle: _NS("Edit default application settings 
for network protocols")];

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to