]> git.sesse.net Git - vlc/commitdiff
* use the current copyright scheme in the about-box; removed a useless colon introduc...
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 12 Sep 2005 19:42:53 +0000 (19:42 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 12 Sep 2005 19:42:53 +0000 (19:42 +0000)
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
modules/gui/macosx/about.m

index 3425b6da95534a5f88e9dab6a45d421821753a71..568cada5d703b108d80cc7e3cfed8daebd35f634 100644 (file)
@@ -2,5 +2,5 @@
 
 CFBundleName = "VLC";
 CFBundleShortVersionString = "0.8.4-svn";
-CFBundleGetInfoString = "VLC media player 0.8.4-svn, Copyright (c) 1996-2005 VideoLAN.";
-NSHumanReadableCopyright = "Copyright (c) 1996-2005 VideoLAN.";
+CFBundleGetInfoString = "VLC media player 0.8.4-svn, Copyright (c) 1996-2005 the VideoLAN team";
+NSHumanReadableCopyright = "Copyright (c) 1996-2005 the VideoLAN team";
index 8ed93385b7646c67f2dc4cf7c5f9a80190ec0e0c..7958b89afd2ec46c19dd325966ed3d98bcbbc8df 100644 (file)
@@ -77,8 +77,8 @@ static VLAboutBox *_o_sharedInstance = nil;
         
         /* setup the creator / revision field */
         [o_revision_field setStringValue: [NSString stringWithFormat: \
-            _NS("Compiled by %s, based on SVN revision: %s"), \
-            VLC_CompileBy(), VLC_Changeset()]];
+            _NS("Compiled by %s, based on SVN revision %s"), VLC_CompileBy(), \
+            VLC_Changeset()]];
     
         /* Setup the nameversion field */
         o_name_version = [NSString stringWithFormat:@"%@ - Version %@", o_name, o_version];