summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-04-11 14:41:09 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-04-11 14:41:09 +0000
commit102e0d394162d54fa99389152e02818613bf9594 (patch)
treefb432e72854cc8c65b67c1f802c05598b13b684f
parent6b7f877568cd1a32d8ca11ec8cf00447fafe8ab2 (diff)
downloadxine-lib-102e0d394162d54fa99389152e02818613bf9594.tar.gz
xine-lib-102e0d394162d54fa99389152e02818613bf9594.tar.bz2
thanks to Frantisek for finding the multiline string, but the space should be there
CVS patchset: 6391 CVS date: 2004/04/11 14:41:09
-rw-r--r--src/audio_out/audio_sun_out.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_out/audio_sun_out.c b/src/audio_out/audio_sun_out.c
index e1a439925..a487f18e2 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.37 2004/04/10 18:51:32 valtri Exp $
+ * $Id: audio_sun_out.c,v 1.38 2004/04/11 14:41:09 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -887,7 +887,7 @@ static ao_driver_t *ao_sun_open_plugin (audio_driver_class_t *class_gen, const v
"audio.sun_audio_device",
audiodev && *audiodev ? audiodev : "/dev/audio",
_("Sun audio device name"),
- _("Specifies the file name for the Sun audio device"
+ _("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."