git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7ca70ef
)
demux: avi: remove AVI from strings
author
Francois Cartegnie
<fcvlcdev@free.fr>
Sun, 14 May 2017 19:54:48 +0000
(21:54 +0200)
committer
Francois Cartegnie
<fcvlcdev@free.fr>
Sun, 14 May 2017 19:54:48 +0000
(21:54 +0200)
shared with mp4 strings
modules/demux/avi/avi.c
patch
|
blob
|
history
diff --git
a/modules/demux/avi/avi.c
b/modules/demux/avi/avi.c
index
990e00e
..
bf7ba5d
100644
(file)
--- 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 = _(
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"
"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"),
_("Do not play"),
_("Build index then play"),
_("Play as is"),
- _("Broken or missing
AVI
Index"),
+ _("Broken or missing Index"),
"%s", psz_msg ) )
{
case 0:
"%s", psz_msg ) )
{
case 0: