]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/about.m
We're on git now, so show Git commit instead of svn revision.
[vlc] / modules / gui / macosx / about.m
index cbf16b16d94dab96446506f59273d3d28c8a9675..92cc6d851a0020b4921f5db17322826e71f4502d 100644 (file)
@@ -88,7 +88,7 @@ static VLAboutBox *_o_sharedInstance = nil;
         /* setup the creator / revision field */
         if( VLC_Changeset() != "exported" )
             [o_revision_field setStringValue:
-                [NSString stringWithFormat: _NS("Compiled by %s, based on SVN revision %s"), 
+                [NSString stringWithFormat: _NS("Compiled by %s, based on Git commit %s"),
                     VLC_CompileBy(), VLC_Changeset()]];
         else
             [o_revision_field setStringValue: