[vlc-devel] commit: Fix typo. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jul 18 00:04:17 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 17 17:06:08 2009 +0200| [6d833c2c5db8b86a465e291931d8f2af6e999ca9] | committer: Jean-Baptiste Kempf 

Fix typo.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d833c2c5db8b86a465e291931d8f2af6e999ca9
---

 modules/codec/libass.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/libass.c b/modules/codec/libass.c
index fc795c8..537914e 100644
--- a/modules/codec/libass.c
+++ b/modules/codec/libass.c
@@ -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 );




More information about the vlc-devel mailing list