[vlc-commits] [Git][videolan/vlc][master] macosx: Fix menu item grammar

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Apr 17 09:54:34 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
2fec2712 by Dave Nicolson at 2026-04-17T08:38:11+00:00
macosx: Fix menu item grammar

- - - - -


1 changed file:

- modules/gui/macosx/menus/VLCStatusBarIcon.m


Changes:

=====================================
modules/gui/macosx/menus/VLCStatusBarIcon.m
=====================================
@@ -377,7 +377,7 @@
     if ([itemURI.scheme isEqualToString:@"file"]) {
         [pathActionItem setTitle:_NS("Reveal in Finder")];
     } else {
-        [pathActionItem setTitle:_NS("Copy URL to clipboard")];
+        [pathActionItem setTitle:_NS("Copy URL to Clipboard")];
     }
 }
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2fec27122b6f8180e53cbcdbaf07d9356d8ad7a6

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2fec27122b6f8180e53cbcdbaf07d9356d8ad7a6
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list