summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-06-01 10:17:51 +0100
committerRichard Hughes <richard@hughsie.com>2009-06-01 10:17:51 +0100
commite6cef02784ac9c47451d2613bec2f1074cb43c33 (patch)
tree6b1a2f9c614900fa50c0d4399d5ac2aae7f0e106
parent857446e4e746699bb9cb8d113b4769ceaefc75f4 (diff)
Revert a hunk of a patch that wasn't meant to be committed yet
-rw-r--r--client/pk-console.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/pk-console.c b/client/pk-console.c
index add804a06..1d8df8194 100644
--- a/client/pk-console.c
+++ b/client/pk-console.c
@@ -1930,7 +1930,8 @@ main (int argc, char *argv[])
} else if (strcmp (value, "group") == 0) {
if (details == NULL) {
- error = g_error_new (1, 0, "%s", C_("A search term is required", "the user needs to provide a search term"));
+ /* TRANSLATORS: the user needs to provide a search term */
+ error = g_error_new (1, 0, "%s", _("A search term is required"));
goto out;
}
ret = pk_client_search_group (client_async, filters, details, &error);