Commit fa199b4c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Simplify help string

We already have the integer list for that.
(cherry picked from commit 9b68f5d1)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4e1e8da5
...@@ -87,8 +87,7 @@ struct filter_sys_t ...@@ -87,8 +87,7 @@ struct filter_sys_t
#define MONO_CHANNEL_TEXT N_("Select channel to keep") #define MONO_CHANNEL_TEXT N_("Select channel to keep")
#define MONO_CHANNEL_LONGTEXT N_("This option silences all other channels " \ #define MONO_CHANNEL_LONGTEXT N_("This option silences all other channels " \
"except the selected channel. Choose one from (0=left, 1=right, " \ "except the selected channel.")
"2=rear left, 3=rear right, 4=center, 5=left front)")
static const int pi_pos_values[] = { 0, 1, 2, 4, 8, 5 }; static const int pi_pos_values[] = { 0, 1, 2, 4, 8, 5 };
static const char *const ppsz_pos_descriptions[] = static const char *const ppsz_pos_descriptions[] =
......
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