[vlc-commits] Vu meter -> VU meter

Jean-Baptiste Kempf git at videolan.org
Tue Apr 14 23:05:40 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 14 23:05:28 2015 +0200| [c190e381b5eed3d82d6e838bcf8488e7ece7aeff] | committer: Jean-Baptiste Kempf

Vu meter -> VU meter

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

 src/audio_output/output.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/audio_output/output.c b/src/audio_output/output.c
index 3b6999c..33acff0 100644
--- a/src/audio_output/output.c
+++ b/src/audio_output/output.c
@@ -238,7 +238,7 @@ audio_output_t *aout_New (vlc_object_t *parent)
     text.psz_string = _("Spectrum");
     var_Change (aout, "visual", VLC_VAR_ADDCHOICE, &val, &text);
     val.psz_string = (char *)"vuMeter";
-    text.psz_string = _("Vu meter");
+    text.psz_string = _("VU meter");
     var_Change (aout, "visual", VLC_VAR_ADDCHOICE, &val, &text);
     /* Look for goom plugin */
     if (module_exists ("goom"))



More information about the vlc-commits mailing list