From 42c36ba1c5a04a60bf1a6ec221c722b6c0136562 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 28 Oct 2013 11:17:06 +0000 Subject: Improve consistency in error messages Use the same spacing and formatting rules. --- json-glib/json-glib-validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json-glib/json-glib-validate.c') diff --git a/json-glib/json-glib-validate.c b/json-glib/json-glib-validate.c index 72eec70..97bd53d 100644 --- a/json-glib/json-glib-validate.c +++ b/json-glib/json-glib-validate.c @@ -82,7 +82,7 @@ validate (JsonParser *parser, /* Translators: the first %s is the program name, the second one * is the URI of the file, the third is the error message. */ - g_printerr (_("%s: %s:error closing: %s\n"), + g_printerr (_("%s: %s: error closing: %s\n"), g_get_prgname (), g_file_get_uri (file), error->message); g_clear_error (&error); res = FALSE; -- cgit v1.2.1