[vlc-commits] core: shorten string

Jean-Baptiste Kempf git at videolan.org
Fri Jul 10 12:31:31 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 10 12:30:04 2015 +0200| [4372b7197570977e5102b55403961a1306da0d95] | committer: Jean-Baptiste Kempf

core: shorten string

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

 src/libvlc-module.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index d45aa33..b5d0462 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -153,9 +153,8 @@ static const char *const ppsz_snap_formats[] =
     "This selects which plugin to use for audio resampling." )
 
 #define MULTICHA_LONGTEXT N_( \
-    "This sets the audio output channels mode that will " \
-    "be used by default when possible (ie. if your hardware supports it as " \
-    "well as the audio stream being played).")
+    "Sets the audio output channels mode that will be used by default " \
+    "if your hardware and the audio stream are compatible.")
 
 #define SPDIF_TEXT N_("Use S/PDIF when available")
 #define SPDIF_LONGTEXT N_( \



More information about the vlc-commits mailing list