mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
gst-launch: remove newline from translatable string
This commit is contained in:
parent
d22ad73e74
commit
7b9769b322
1 changed files with 1 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue