diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-26 17:50:06 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-26 17:50:06 +0000 |
commit | e5568601c73d854a62c8de99a9df01f56dcfaf86 (patch) | |
tree | df37c01b56eca1fee6724948b4c1643e15b00a72 /src/xine-engine/osd.c | |
parent | a8f7b05b5a973374e539b1b263c88b43f270f4fb (diff) | |
download | xine-lib-e5568601c73d854a62c8de99a9df01f56dcfaf86.tar.gz xine-lib-e5568601c73d854a62c8de99a9df01f56dcfaf86.tar.bz2 |
help strings added for all remaining config entries (so I hope)
please everybody watch out for spelling (and other) errors
CVS patchset: 6442
CVS date: 2004/04/26 17:50:06
Diffstat (limited to 'src/xine-engine/osd.c')
-rw-r--r-- | src/xine-engine/osd.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/xine-engine/osd.c b/src/xine-engine/osd.c index eeb40b02a..876fbc9cf 100644 --- a/src/xine-engine/osd.c +++ b/src/xine-engine/osd.c @@ -1375,8 +1375,11 @@ osd_renderer_t *_x_osd_renderer_init( xine_stream_t *stream ) { this->textpalette = this->stream->xine->config->register_enum (this->stream->xine->config, "misc.osd_text_palette", 0, textpalettes_str, - _("Palette (foreground-border-background) to use on subtitles"), - NULL, 10, update_text_palette, this); + _("palette (foreground-border-background) to use for subtitles and OSD"), + _("The palette for on-screen-display and some subtitle formats that do " + "not specify any colouring themselves. The palettes are listed in the " + "form: foreground-border-background."), + 10, update_text_palette, this); /* * set up function pointer |