diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-12 21:52:27 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-12 21:52:27 +0000 |
commit | b603c27ea0f5af4075ac32c7320ed24be36a1417 (patch) | |
tree | e8f91ca891947e69958736fcba434b40e64ba48d /sys/oss4/oss4-mixer.c | |
parent | e67beb0857e40a52f87fc80ef1ee6d5b144699de (diff) | |
download | gst-plugins-bad-b603c27ea0f5af4075ac32c7320ed24be36a1417.tar.gz gst-plugins-bad-b603c27ea0f5af4075ac32c7320ed24be36a1417.tar.bz2 gst-plugins-bad-b603c27ea0f5af4075ac32c7320ed24be36a1417.zip |
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
Diffstat (limited to 'sys/oss4/oss4-mixer.c')
-rw-r--r-- | sys/oss4/oss4-mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/oss4/oss4-mixer.c b/sys/oss4/oss4-mixer.c index 6baa893e..91b14a2c 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 { |