Commit f42b56bb authored by Francois Cartegnie's avatar Francois Cartegnie

broken avi dialog: don't confuse user by asking a binary answer

parent dea4f0a1
...@@ -655,11 +655,11 @@ aviindex: ...@@ -655,11 +655,11 @@ aviindex:
b_index = true; b_index = true;
goto aviindex; goto aviindex;
} }
switch( dialog_Question( p_demux, _("AVI Index") , switch( dialog_Question( p_demux, _("Broken AVI Index") ,
_( "This AVI file is broken. Seeking will not work correctly.\n" _( "Because this AVI file is broken, seeking will not work correctly.\n"
"Do you want to try to fix it?\n\n" "It can be fixed, but this step might take a long time.\n"
"This might take a long time." ), "What do you want to do ?" ),
_( "Repair" ), _( "Don't repair" ), _( "Cancel") ) ) _( "Repair and 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