[vlc-devel] commit: Typo ;-) ( Felix Paul Kühne )

git version control git at videolan.org
Sun Aug 3 18:31:15 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Aug  3 18:33:56 2008 +0200| [4208297db3fbd75231f5e9eb0dcbee2ad8686cd6] | committer: Felix Paul Kühne 

Typo ;-)

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

 modules/gui/macosx/intf.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 87e2079..a541ba5 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -621,7 +621,7 @@ static NSString * VLCToolbarMediaControl     = @"VLCToolbarMediaControl";
 
 - (void)initStrings
 {
-    [o_window setTitle: _NS("VLC Media Player")];
+    [o_window setTitle: _NS("VLC media player")];
     [self setScrollField:_NS("VLC media player") stopAfter:-1];
 
     /* button controls */




More information about the vlc-devel mailing list