diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/audio_out/audio_alsa_out.c | 4 | ||||
-rw-r--r-- | src/audio_out/audio_oss_out.c | 8 | ||||
-rw-r--r-- | src/audio_out/audio_sun_out.c | 4 | ||||
-rw-r--r-- | src/dxr3/dxr3_mpeg_encoders.c | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index d0a62dd4b..825c8b267 100644 --- a/src/audio_out/audio_alsa_out.c +++ b/src/audio_out/audio_alsa_out.c @@ -26,7 +26,7 @@ * (c) 2001 James Courtier-Dutton <James@superbug.demon.co.uk> * * - * $Id: audio_alsa_out.c,v 1.135 2004/04/10 14:53:42 mroi Exp $ + * $Id: audio_alsa_out.c,v 1.136 2004/04/11 15:27:19 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -1462,7 +1462,7 @@ static ao_driver_t *open_plugin (audio_driver_class_t *class_gen, const void *da 0, _("sound system can handle 5.0 audio"), _("Enable this, if you want your sound system to " - "receive four channel surround sound from xine. " + "receive five channel surround sound from xine. " "This means three front channels (left, center and " "right) and two rear channels (left and right).\n" "You need to connect the necessary speakers to " diff --git a/src/audio_out/audio_oss_out.c b/src/audio_out/audio_oss_out.c index 3b6bddcbd..8befa9bc2 100644 --- a/src/audio_out/audio_oss_out.c +++ b/src/audio_out/audio_oss_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_oss_out.c,v 1.103 2004/04/10 14:53:43 mroi Exp $ + * $Id: audio_oss_out.c,v 1.104 2004/04/11 15:27:19 mroi Exp $ * * 20-8-2001 First implementation of Audio sync and Audio driver separation. * Copyright (C) 2001 James Courtier-Dutton James@superbug.demon.co.uk @@ -818,12 +818,12 @@ static ao_driver_t *open_plugin (audio_driver_class_t *class_gen, const void *da "SNDCTL_DSP_GETODELAY ioctl\n\n" "softsync\n" "uses software synchronization with the system clock; audio " - "and video can get severly out of sync if the system clock " + "and video can get severely out of sync if the system clock " "speed does not precisely match your sound card's playback " "speed\n\n" "probebuffer\n" "probes the sound card buffer size on initialization to " - "calculate the latency for a/v sync; thy this if your " + "calculate the latency for a/v sync; try this if your " "system does not support any of the realtime ioctls and " "you experience sync errors after long playback"), 20, NULL, NULL); @@ -953,7 +953,7 @@ static ao_driver_t *open_plugin (audio_driver_class_t *class_gen, const void *da if (config->register_bool (config, "audio.five_channel", 0, _("sound system can handle 5.0 audio"), _("Enable this, if you want your sound system to " - "receive four channel surround sound from xine. " + "receive five channel surround sound from xine. " "This means three front channels (left, center and " "right) and two rear channels (left and right).\n" "You need to connect the necessary speakers to " diff --git a/src/audio_out/audio_sun_out.c b/src/audio_out/audio_sun_out.c index a487f18e2..2b6b146e5 100644 --- a/src/audio_out/audio_sun_out.c +++ b/src/audio_out/audio_sun_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_sun_out.c,v 1.38 2004/04/11 14:41:09 mroi Exp $ + * $Id: audio_sun_out.c,v 1.39 2004/04/11 15:27:19 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -890,7 +890,7 @@ static ao_driver_t *ao_sun_open_plugin (audio_driver_class_t *class_gen, const v _("Specifies the file name for the Sun audio device " "to be used.\nThis setting is security critical, " "because when changed to a different file, xine " - "can be used to fill this file with arbitrary content." + "can be used to fill this file with arbitrary content. " "So you should be careful that the value you enter " "really is a proper Sun audio device."), XINE_CONFIG_SECURITY, NULL, diff --git a/src/dxr3/dxr3_mpeg_encoders.c b/src/dxr3/dxr3_mpeg_encoders.c index 90df5031d..1e1576570 100644 --- a/src/dxr3/dxr3_mpeg_encoders.c +++ b/src/dxr3/dxr3_mpeg_encoders.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_mpeg_encoders.c,v 1.18 2004/04/10 15:29:57 mroi Exp $ + * $Id: dxr3_mpeg_encoders.c,v 1.19 2004/04/11 15:27:20 mroi Exp $ */ /* mpeg encoders for the dxr3 video out plugin. @@ -187,7 +187,7 @@ static int rte_on_update_format(dxr3_driver_t *drv, dxr3_frame_t *frame) this->rte_bitrate = drv->class->xine->config->register_range(drv->class->xine->config, "dxr3.rte_bitrate", 10000, 1000, 20000, _("rte mpeg output bitrate (kbit/s)"), - _("The bitrate the mpeg encoder library librte should use for DXR3's encoding mode." + _("The bitrate the mpeg encoder library librte should use for DXR3's encoding mode. " "Higher values will increase quality and CPU usage."), 10, NULL, NULL); this->rte_bitrate *= 1000; /* config in kbit/s, rte wants bit/s */ |