]> git.sesse.net Git - vlc/commitdiff
Fix typo.
authorPavlov Konstantin <thresh@altlinux.ru>
Wed, 27 Aug 2008 14:39:39 +0000 (18:39 +0400)
committerPavlov Konstantin <thresh@altlinux.ru>
Thu, 28 Aug 2008 19:31:58 +0000 (23:31 +0400)
src/misc/update.c

index 31e21179bc6faa97d3cfc25a90a7457d285f2ac4..93c820c9a14990f6312f2c3885f7fb472c3a76b6 100644 (file)
@@ -1659,7 +1659,7 @@ static void* update_DownloadReal( vlc_object_t *p_this )
         utf8_unlink( psz_destfile );
         intf_UserFatal( p_udt, true, _("File not verifiable"),
             _("It was not possible to securely verify the downloaded file"
-              " \"%s\". Thus, it was VLC deleted."),
+              " \"%s\". Thus, it was deleted."),
             psz_destfile );
 
         goto end;