[gnome-software] Use a plural form for the category name
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Use a plural form for the category name
- Date: Tue, 3 Sep 2013 08:00:05 +0000 (UTC)
commit ecfa546bd7c1a1dba00cd8a835c24f3cf6c57079
Author: Richard Hughes <richard hughsie com>
Date: Tue Sep 3 08:59:24 2013 +0100
Use a plural form for the category name
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=706116
src/plugins/gs-plugin-hardcoded-menu-spec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-hardcoded-menu-spec.c b/src/plugins/gs-plugin-hardcoded-menu-spec.c
index 5ceb9d8..656ffe8 100644
--- a/src/plugins/gs-plugin-hardcoded-menu-spec.c
+++ b/src/plugins/gs-plugin-hardcoded-menu-spec.c
@@ -584,7 +584,7 @@ gs_plugin_add_categories (GsPlugin *plugin,
*list = g_list_prepend (*list, category);
/* Utility */
- category = gs_category_new (NULL, "Utility", _("Utility"));
+ category = gs_category_new (NULL, "Utility", _("Utilities"));
gs_category_add_subcategory (category, gs_category_new (category,
"Accessibility",
_("Accessibility")));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]