Commit 73ad620e authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead...

* fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead of the current wording ;)
parent 9df8deec
...@@ -262,7 +262,7 @@ static VLCUpdate *_o_sharedInstance = nil; ...@@ -262,7 +262,7 @@ static VLCUpdate *_o_sharedInstance = nil;
else if(! releaseChecked ) else if(! releaseChecked )
{ {
[o_fld_status setStringValue: _NS("This version of VLC " \ [o_fld_status setStringValue: _NS("This version of VLC " \
"is latest available.")]; "is the latest available.")];
[o_btn_DownloadNow setEnabled: NO]; [o_btn_DownloadNow setEnabled: NO];
msg_Dbg( p_intf, "current version is up-to-date" ); msg_Dbg( p_intf, "current version is up-to-date" );
releaseChecked = YES; releaseChecked = YES;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment