Commit 03d8ab10 authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Rémi Denis-Courmont

Remove ranges from volume long texts

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 0376739f
...@@ -268,13 +268,11 @@ static const char *const ppsz_snap_formats[] = ...@@ -268,13 +268,11 @@ static const char *const ppsz_snap_formats[] =
#define VOLUME_TEXT N_("Default audio volume") #define VOLUME_TEXT N_("Default audio volume")
#define VOLUME_LONGTEXT N_( \ #define VOLUME_LONGTEXT N_( \
"You can set the default audio output volume here, in a range from 0 to " \ "You can set the default audio output volume here.")
"1024.")
#define VOLUME_STEP_TEXT N_("Audio output volume step") #define VOLUME_STEP_TEXT N_("Audio output volume step")
#define VOLUME_STEP_LONGTEXT N_( \ #define VOLUME_STEP_LONGTEXT N_( \
"The step size of the volume is adjustable using this option, " \ "The step size of the volume is adjustable using this option.")
"in a range from 0 to 1024." )
#define AOUT_VOLUME_STEP 32 #define AOUT_VOLUME_STEP 32
#define VOLUME_SAVE_TEXT N_( "Remember the audio volume" ) #define VOLUME_SAVE_TEXT N_( "Remember the audio volume" )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment