From c1146f5d0b2fa1a7df6ce73500da4c7c06a750d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sat, 28 Jan 2017 01:19:17 +0100 Subject: Fix translator comments They need to be exactly one line above a string to show up in .po files. --- json-glib/json-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json-glib/json-path.c') diff --git a/json-glib/json-path.c b/json-glib/json-path.c index 4604cd9..c325da5 100644 --- a/json-glib/json-path.c +++ b/json-glib/json-path.c @@ -391,9 +391,9 @@ json_path_compile (JsonPath *path, if (!(*(p + 1) == '.' || *(p + 1) == '[' || *(p + 1) == '\0')) { - /* translators: the %c is the invalid character */ g_set_error (error, JSON_PATH_ERROR, JSON_PATH_ERROR_INVALID_QUERY, + /* translators: the %c is the invalid character */ _("Root node followed by invalid character '%c'"), *(p + 1)); return FALSE; -- cgit v1.2.1