[vlc-commits] commit: broken avi dialog: notify the effective changes ( Francois Cartegnie )

git at videolan.org git at videolan.org
Wed Sep 22 12:36:49 CEST 2010


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Sep 22 12:31:37 2010 +0200| [eb5f87d9cbffbb78c4578875475e9261bbc9316a] | committer: Francois Cartegnie 

broken avi dialog: notify the effective changes

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

 modules/demux/avi/avi.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/modules/demux/avi/avi.c b/modules/demux/avi/avi.c
index 1420fec..4ccd1f7 100644
--- a/modules/demux/avi/avi.c
+++ b/modules/demux/avi/avi.c
@@ -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;



More information about the vlc-commits mailing list