Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
pureos-store
Commits
ecfa546b
Commit
ecfa546b
authored
Sep 03, 2013
by
Richard Hughes
Browse files
Use a plural form for the category name
Resolves:
https://bugzilla.gnome.org/show_bug.cgi?id=706116
parent
0a27f7be
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/gs-plugin-hardcoded-menu-spec.c
View file @
ecfa546b
...
...
@@ -584,7 +584,7 @@ gs_plugin_add_categories (GsPlugin *plugin,
*
list
=
g_list_prepend
(
*
list
,
category
);
/* Utility */
category
=
gs_category_new
(
NULL
,
"Utility"
,
_
(
"Utilit
y
"
));
category
=
gs_category_new
(
NULL
,
"Utility"
,
_
(
"Utilit
ies
"
));
gs_category_add_subcategory
(
category
,
gs_category_new
(
category
,
"Accessibility"
,
_
(
"Accessibility"
)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment