[gnome-builder] tools: fix non-plural
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] tools: fix non-plural
- Date: Tue, 13 Oct 2015 22:35:43 +0000 (UTC)
commit 10ce2969ceeee311b7038802b9a69dfc1d546dbf
Author: Christian Hergert <chergert redhat com>
Date: Tue Oct 13 15:35:31 2015 -0700
tools: fix non-plural
tools/ide-search.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/ide-search.c b/tools/ide-search.c
index b4255bf..1b132b0 100644
--- a/tools/ide-search.c
+++ b/tools/ide-search.c
@@ -65,7 +65,7 @@ on_completed_cb (IdeSearchContext *search_context,
{
gchar *gCount_str;
gCount_str = g_strdup_printf ("%"G_GSIZE_FORMAT, gCount);
- g_print (ngettext ("%s results\n", "%s results\n", gCount), gCount_str);
+ g_print (ngettext ("%s result\n", "%s results\n", gCount), gCount_str);
g_free (gCount_str);
g_object_unref (context);
quit (gExitCode);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]