[vlc-commits] demux: avi: remove AVI from strings

Francois Cartegnie git at videolan.org
Sun May 14 21:55:24 CEST 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun May 14 21:54:48 2017 +0200| [1ac0d39ed45fdba2b974bbad4dc4c304770a066a] | committer: Francois Cartegnie

demux: avi: remove AVI from strings

shared with mp4 strings

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

 modules/demux/avi/avi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/demux/avi/avi.c b/modules/demux/avi/avi.c
index 990e00e0b7..bf7ba5de9b 100644
--- a/modules/demux/avi/avi.c
+++ b/modules/demux/avi/avi.c
@@ -774,7 +774,7 @@ aviindex:
             if( i_do_index == 0 )
             {
                 const char *psz_msg = _(
-                    "Because this AVI file index is broken or missing, "
+                    "Because this 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"
@@ -785,7 +785,7 @@ aviindex:
                                                   _("Do not play"),
                                                   _("Build index then play"),
                                                   _("Play as is"),
-                                                  _("Broken or missing AVI Index"),
+                                                  _("Broken or missing Index"),
                                                   "%s", psz_msg ) )
                 {
                     case 0:



More information about the vlc-commits mailing list