Commit 6d833c2c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix typo.

parent c50028f8
......@@ -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 );
......
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