[vlc-commits] macOS: reuse a translation
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Wed May 16 19:27:52 CEST 2018
    
    
  
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 16 19:27:44 2018 +0200| [67d59e46dbfc38ee98dae6b942a05d41d09eff0d] | committer: Jean-Baptiste Kempf
macOS: reuse a translation
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=67d59e46dbfc38ee98dae6b942a05d41d09eff0d
---
 modules/gui/macosx/VLCControlsBarCommon.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/VLCControlsBarCommon.m b/modules/gui/macosx/VLCControlsBarCommon.m
index 86e91db39e..04a0105792 100644
--- a/modules/gui/macosx/VLCControlsBarCommon.m
+++ b/modules/gui/macosx/VLCControlsBarCommon.m
@@ -78,7 +78,7 @@
     if (_darkInterface)
         [self.timeSlider setSliderStyleDark];
 
-    [self.fullscreenButton setToolTip: _NS("Enter fullscreen")];
+    [self.fullscreenButton setToolTip: _NS("Fullscreen")];
     [[self.fullscreenButton cell] accessibilitySetOverrideValue:[self.fullscreenButton toolTip] forAttribute:NSAccessibilityDescriptionAttribute];
 
     if (!_darkInterface) {
    
    
More information about the vlc-commits
mailing list