sys/v4l2/gstv4l2src.c: Remove () from translateable string, so that it makes more...
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 7 Jan 2009 16:09:47 +0000 (16:09 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 7 Jan 2009 16:09:47 +0000 (16:09 +0000)
Original commit message from CVS:
* sys/v4l2/gstv4l2src.c:
Remove () from translateable string, so that it makes more sense.

ChangeLog
sys/v4l2/gstv4l2src.c

index 06c9224..43e40b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
+
+       * sys/v4l2/gstv4l2src.c:
+       Remove () from translateable string, so that it makes more sense.
+
 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
 
        * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
index 273a641..2b3dc21 100644 (file)
@@ -1260,7 +1260,7 @@ gst_v4l2src_get_read (GstV4l2Src * v4l2src, GstBuffer ** buf)
 read_error:
   {
     GST_ELEMENT_ERROR (v4l2src, RESOURCE, SYNC,
-        (_("Error read()ing %d bytes on device '%s'."),
+        (_("Error reading %d bytes from device '%s'."),
             buffersize, v4l2src->v4l2object->videodev), GST_ERROR_SYSTEM);
     gst_buffer_unref (*buf);
     return GST_FLOW_ERROR;