]> git.sesse.net Git - vlc/commitdiff
broken avi dialog: notify the effective changes
authorFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 22 Sep 2010 10:31:37 +0000 (12:31 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 22 Sep 2010 10:35:15 +0000 (12:35 +0200)
modules/demux/avi/avi.c

index 1420fecf6ca61262033aedd484488c29b3218461..4ccd1f73e95f2c4e923b828f83934b7fb14bf17b 100644 (file)
@@ -655,11 +655,14 @@ aviindex:
                 b_index = true;
                 goto aviindex;
             }
-            switch( dialog_Question( p_demux, _("Broken AVI Index") ,
-               _( "Because this AVI file is broken, seeking will not work correctly.\n"
-                  "It can be fixed, but this step might take a long time.\n"
+            switch( dialog_Question( p_demux, _("Broken or missing AVI Index") ,
+               _( "Because this AVI file index is broken or missing, "
+                  "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 ?" ),
-                  _( "Repair and play" ), _( "Play as is" ), _( "Do not play") ) )
+                  _( "Build index then play" ), _( "Play as is" ), _( "Do not play") ) )
             {
                 case 1:
                     b_index = true;