]> git.sesse.net Git - vlc/commitdiff
* fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead of the...
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 4 Apr 2007 20:07:59 +0000 (20:07 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 4 Apr 2007 20:07:59 +0000 (20:07 +0000)
modules/gui/macosx/update.m

index 9d03d305027078ebd748138f6a961306efebe0ad..85abd44a739876c5d084571621bde7276cc74ee3 100644 (file)
@@ -262,7 +262,7 @@ static VLCUpdate *_o_sharedInstance = nil;
                 else if(! releaseChecked )
                 {
                     [o_fld_status setStringValue: _NS("This version of VLC " \
-                        "is latest available.")];
+                        "is the latest available.")];
                     [o_btn_DownloadNow setEnabled: NO];
                     msg_Dbg( p_intf, "current version is up-to-date" );
                     releaseChecked = YES;