Commit b73364a4 authored by Pavlov Konstantin's avatar Pavlov Konstantin

Fix typo.

parent bd03c387
...@@ -1659,7 +1659,7 @@ static void* update_DownloadReal( vlc_object_t *p_this ) ...@@ -1659,7 +1659,7 @@ static void* update_DownloadReal( vlc_object_t *p_this )
utf8_unlink( psz_destfile ); utf8_unlink( psz_destfile );
intf_UserFatal( p_udt, true, _("File not verifiable"), intf_UserFatal( p_udt, true, _("File not verifiable"),
_("It was not possible to securely verify the downloaded file" _("It was not possible to securely verify the downloaded file"
" \"%s\". Thus, it was VLC deleted."), " \"%s\". Thus, it was deleted."),
psz_destfile ); psz_destfile );
goto end; goto end;
......
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