]> git.sesse.net Git - vlc/commitdiff
Fix typo.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 17 Jul 2009 15:06:08 +0000 (17:06 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 17 Jul 2009 22:04:01 +0000 (00:04 +0200)
modules/codec/libass.c

index fc795c875ca0dc116822c057b2a0d8cd990ae6d8..537914e102ac4a7df10d5e026df77be32db4ea5c 100644 (file)
@@ -689,7 +689,7 @@ static ass_handle_t *AssHandleHold( decoder_t *p_dec )
 #if defined(WIN32)
     dialog_progress_bar_t *p_dialog = dialog_ProgressCreate( p_dec,
         _("Building font cache"),
-        _( "Please wait while your font cache is rebuild.\n"
+        _( "Please wait while your font cache is rebuilt.\n"
         "This should take less than a minute." ), NULL );
     /* This makes Windows build of VLC hang */
     const UINT uPath = GetSystemWindowsDirectoryW( NULL, 0 );