[vlc-commits] Remove ranges from volume long texts

Kaarlo Raiha git at videolan.org
Sun May 13 15:21:53 CEST 2012


vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Sun May 13 16:03:40 2012 +0300| [03d8ab103c59b9b8db22fc933510fd05fab316d5] | committer: Rémi Denis-Courmont

Remove ranges from volume long texts

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 src/libvlc-module.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index e35db0c..68fec71 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -268,13 +268,11 @@ static const char *const ppsz_snap_formats[] =
 
 #define VOLUME_TEXT N_("Default audio volume")
 #define VOLUME_LONGTEXT N_( \
-    "You can set the default audio output volume here, in a range from 0 to " \
-    "1024.")
+    "You can set the default audio output volume here.")
 
 #define VOLUME_STEP_TEXT N_("Audio output volume step")
 #define VOLUME_STEP_LONGTEXT N_( \
-    "The step size of the volume is adjustable using this option, " \
-    "in a range from 0 to 1024." )
+    "The step size of the volume is adjustable using this option.")
 #define AOUT_VOLUME_STEP 32
 
 #define VOLUME_SAVE_TEXT N_( "Remember the audio volume" )



More information about the vlc-commits mailing list