From a86cd401b22d423351b9753c45c87c961caf3ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Mon, 19 Mar 2018 21:24:31 +0100 Subject: Add missing space in tracker info output https://bugzilla.gnome.org/show_bug.cgi?id=794496 --- src/tracker/tracker-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tracker/tracker-info.c b/src/tracker/tracker-info.c index e4ae9cf36..261d09061 100644 --- a/src/tracker/tracker-info.c +++ b/src/tracker/tracker-info.c @@ -282,7 +282,7 @@ info_run (void) gchar *urn = NULL; if (!turtle && !resource_is_iri) { - g_print ("%s:'%s'\n", _("Querying information for entity"), *p); + g_print ("%s: '%s'\n", _("Querying information for entity"), *p); } /* support both, URIs and local file paths */ -- cgit v1.2.1