[vlc-devel] commit: Fix typo. (Pavlov Konstantin )
git version control
git at videolan.org
Thu Aug 28 21:29:16 CEST 2008
vlc | branch: master | Pavlov Konstantin <thresh at altlinux.ru> | Wed Aug 27 18:39:39 2008 +0400| [b73364a4ab5cdddabbce045d44326bdf1f8e3e2c] | committer: Pavlov Konstantin
Fix typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b73364a4ab5cdddabbce045d44326bdf1f8e3e2c
---
src/misc/update.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/misc/update.c b/src/misc/update.c
index 31e2117..93c820c 100644
--- a/src/misc/update.c
+++ b/src/misc/update.c
@@ -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;
More information about the vlc-devel
mailing list