diff options
Diffstat (limited to 'sys/oss4/oss4-source.c')
-rw-r--r-- | sys/oss4/oss4-source.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/oss4/oss4-source.c b/sys/oss4/oss4-source.c index 78fba4a2..d3b92f71 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")); } |