From b603c27ea0f5af4075ac32c7320ed24be36a1417 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 12 Oct 2008 21:52:27 +0000 Subject: [PATCH] sys/oss4/: Add some spaces in translateable strings. Original commit message from CVS: * sys/oss4/oss4-mixer.c: * sys/oss4/oss4-sink.c: * sys/oss4/oss4-source.c: Add some spaces in translateable strings. Fixes: #555969 #555968 #555965 --- ChangeLog | 8 ++++++++ sys/oss4/oss4-mixer.c | 2 +- sys/oss4/oss4-sink.c | 4 ++-- sys/oss4/oss4-source.c | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52ac98de64..8f77a6f597 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-10-12 Jan Schmidt + + * sys/oss4/oss4-mixer.c: + * sys/oss4/oss4-sink.c: + * sys/oss4/oss4-source.c: + Add some spaces in translateable strings. + Fixes: #555969 #555968 #555965 + 2008-10-12 Sebastian Dröge * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag), diff --git a/sys/oss4/oss4-mixer.c b/sys/oss4/oss4-mixer.c index 6baa893e5f..91b14a2cc1 100644 --- a/sys/oss4/oss4-mixer.c +++ b/sys/oss4/oss4-mixer.c @@ -313,7 +313,7 @@ legacy_oss: gst_oss4_mixer_close (mixer); if (!silent_errors) { GST_ELEMENT_ERROR (mixer, RESOURCE, OPEN_READ_WRITE, - (_("Could not open audio device for mixer control handling." + (_("Could not open audio device for mixer control handling. " "This version of the Open Sound System is not supported by this " "element.")), ("Try the 'ossmixer' element instead")); } else { diff --git a/sys/oss4/oss4-sink.c b/sys/oss4/oss4-sink.c index a909759a81..7454af4bfc 100644 --- a/sys/oss4/oss4-sink.c +++ b/sys/oss4/oss4-sink.c @@ -383,7 +383,7 @@ no_permission: { if (!silent_errors) { GST_ELEMENT_ERROR (oss, RESOURCE, OPEN_WRITE, - (_("Could not open audio device for playback." + (_("Could not open audio device for playback. " "You don't have permission to open the device.")), GST_ERROR_SYSTEM); } @@ -403,7 +403,7 @@ legacy_oss: { if (!silent_errors) { GST_ELEMENT_ERROR (oss, RESOURCE, OPEN_WRITE, - (_("Could not open audio device for playback." + (_("Could not open audio device for playback. " "This version of the Open Sound System is not supported by this " "element.")), ("Try the 'osssink' element instead")); } diff --git a/sys/oss4/oss4-source.c b/sys/oss4/oss4-source.c index 78fba4a27f..d3b92f716a 100644 --- a/sys/oss4/oss4-source.c +++ b/sys/oss4/oss4-source.c @@ -374,7 +374,7 @@ no_permission: { if (!silent_errors) { GST_ELEMENT_ERROR (oss, RESOURCE, OPEN_READ, - (_("Could not open audio device for playback." + (_("Could not open audio device for playback. " "You don't have permission to open the device.")), GST_ERROR_SYSTEM); } @@ -395,7 +395,7 @@ legacy_oss: gst_oss4_source_close (asrc); if (!silent_errors) { GST_ELEMENT_ERROR (oss, RESOURCE, OPEN_READ, - (_("Could not open audio device for playback." + (_("Could not open audio device for playback. " "This version of the Open Sound System is not supported by this " "element.")), ("Try the 'osssink' element instead")); }