From 7b9769b3226d78199d5317e32f3a23ae08b2f991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 16 Apr 2011 14:52:40 +0100 Subject: [PATCH] gst-launch: remove newline from translatable string --- tools/gst-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-launch.c b/tools/gst-launch.c index 8a539c6282..2b0d86245e 100644 --- a/tools/gst-launch.c +++ b/tools/gst-launch.c @@ -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++) {