gst-launch: remove newline from translatable string
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 16 Apr 2011 13:52:40 +0000 (14:52 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 16 Apr 2011 13:52:40 +0000 (14:52 +0100)
tools/gst-launch.c

index 8a539c6..2b0d862 100644 (file)
@@ -360,7 +360,7 @@ print_index_stats (GPtrArray * index_stats)
   gint i;
 
   if (index_stats->len) {
-    g_print (_("Index statistics\n"));
+    g_print ("%s:\n", _("Index statistics"));
   }
 
   for (i = 0; i < index_stats->len; i++) {