Commit d1a3db94 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove space before ...

parent 4e490475
......@@ -593,7 +593,7 @@ static void* update_DownloadReal( void *obj )
p_update->release.psz_url, "0.0", psz_size, 0.0 ) == -1 )
goto end;
p_progress = dialog_ProgressCreate( p_udt, _( "Downloading ..."),
p_progress = dialog_ProgressCreate( p_udt, _( "Downloading..."),
psz_status, _("Cancel") );
free( psz_status );
......
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