summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_menubar.m
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <eltociear@gmail.com>2023-12-25 16:05:37 +0900
committersfan5 <sfan5@live.de>2023-12-27 22:11:58 +0100
commitdd48a53b6594052b337a89bcecb11494207300a1 (patch)
tree2789fbfc191dd23fa440e3e0bf608f520d4a915e /osdep/macosx_menubar.m
parent1306ea98542b4a7b5ff818b865bc2eefb3c3a7be (diff)
downloadmpv-dd48a53b6594052b337a89bcecb11494207300a1.tar.bz2
mpv-dd48a53b6594052b337a89bcecb11494207300a1.tar.xz
various: fix capitalization of 'GitHub'
Diffstat (limited to 'osdep/macosx_menubar.m')
-rw-r--r--osdep/macosx_menubar.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/macosx_menubar.m b/osdep/macosx_menubar.m
index 5c6cd4707e..8aaf5aae41 100644
--- a/osdep/macosx_menubar.m
+++ b/osdep/macosx_menubar.m
@@ -578,7 +578,7 @@
@"url" : @"https://mpv.io"
}],
[NSMutableDictionary dictionaryWithDictionary:@{
- @"name" : @"mpv on github…",
+ @"name" : @"mpv on GitHub…",
@"action" : @"url:",
@"key" : @"",
@"target" : self,