Commit 16acc6a9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

AudioBar: do not put default values in help string

This is a bad idea.
parent bf6452a0
......@@ -53,12 +53,10 @@
"Enforce the bargraph position on the video " \
"(0=center, 1=left, 2=right, 4=top, 8=bottom, you can " \
"also use combinations of these values, eg 6 = top-right).")
#define BARWIDTH_TEXT N_("Bar width in pixel (default : 10)")
#define BARWIDTH_LONGTEXT N_("Width in pixel of each bar in the BarGraph to be displayed " \
"(default : 10).")
#define BARHEIGHT_TEXT N_("Bar Height in pixel (default : 400)")
#define BARHEIGHT_LONGTEXT N_("Height in pixel of BarGraph to be displayed " \
"(default : 400).")
#define BARWIDTH_TEXT N_("Bar width in pixel")
#define BARWIDTH_LONGTEXT N_("Width in pixel of each bar in the BarGraph to be displayed." )
#define BARHEIGHT_TEXT N_("Bar Height in pixel")
#define BARHEIGHT_LONGTEXT N_("Height in pixel of BarGraph to be displayed." )
#define CFG_PREFIX "audiobargraph_v-"
......
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