summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2018-03-19 21:24:31 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2018-06-04 15:26:27 +0200
commita86cd401b22d423351b9753c45c87c961caf3ba9 (patch)
treea5a13e0ecf15f41c4eaaf97516f6eedf8d7a287b
parentd78bcd46b6aab2c65ef3e539e5888ee183116ac9 (diff)
downloadtracker-wip/piotrdrag/missing-space.tar.gz
Add missing space in tracker info outputwip/piotrdrag/missing-space
https://bugzilla.gnome.org/show_bug.cgi?id=794496
-rw-r--r--src/tracker/tracker-info.c2
1 files changed, 1 insertions, 1 deletions
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 */