Commit eb5f87d9 authored by Francois Cartegnie's avatar Francois Cartegnie

broken avi dialog: notify the effective changes

parent 41b8c2e1
...@@ -655,11 +655,14 @@ aviindex: ...@@ -655,11 +655,14 @@ aviindex:
b_index = true; b_index = true;
goto aviindex; goto aviindex;
} }
switch( dialog_Question( p_demux, _("Broken AVI Index") , switch( dialog_Question( p_demux, _("Broken or missing AVI Index") ,
_( "Because this AVI file is broken, seeking will not work correctly.\n" _( "Because this AVI file index is broken or missing, "
"It can be fixed, but this step might take a long time.\n" "seeking will not work correctly.\n"
"VLC won't repair your file but can temporary fix this "
"problem by building an index in memory.\n"
"This step might take a long time on a large file.\n"
"What do you want to do ?" ), "What do you want to do ?" ),
_( "Repair and play" ), _( "Play as is" ), _( "Do not play") ) ) _( "Build index then play" ), _( "Play as is" ), _( "Do not play") ) )
{ {
case 1: case 1:
b_index = true; b_index = true;
......
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