[gnome-software] trivial: Use the correct case for the featured menu spec category
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Use the correct case for the featured menu spec category
- Date: Mon, 13 Jun 2016 08:18:22 +0000 (UTC)
commit 6934b0efccfbbe94fa04ced5220959391517a2cc
Author: Richard Hughes <richard hughsie com>
Date: Sun Jun 12 15:37:30 2016 +0100
trivial: Use the correct case for the featured menu spec category
src/plugins/gs-desktop-common.c | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/plugins/gs-desktop-common.c b/src/plugins/gs-desktop-common.c
index bb1a900..cc95857 100644
--- a/src/plugins/gs-desktop-common.c
+++ b/src/plugins/gs-desktop-common.c
@@ -31,7 +31,7 @@ static const GsDesktopMap map_audiovisual[] = {
{ "AudioVideo",
NULL } },
{ "featured", NC_("Menu of AudioVideo", "Featured"),
- { "AudioVideo::featured",
+ { "AudioVideo::Featured",
NULL} },
{ "creation-editing", NC_("Menu of AudioVideo", "Audio Creation & Editing"),
{ "AudioVideo::AudioVideoEditing",
@@ -52,7 +52,7 @@ static const GsDesktopMap map_developertools[] = {
{ "Development",
NULL } },
{ "featured", NC_("Menu of Development", "Featured"),
- { "Development::featured",
+ { "Development::Featured",
NULL} },
{ "debuggers", NC_("Menu of Development", "Debuggers"),
{ "Development:Debugger",
@@ -70,7 +70,7 @@ static const GsDesktopMap map_education[] = {
{ "Education",
NULL } },
{ "featured", NC_("Menu of Education", "Featured"),
- { "Education::featured",
+ { "Education::Featured",
NULL} },
{ "astronomy", NC_("Menu of Education", "Astronomy"),
{ "Education::Astronomy",
@@ -95,7 +95,7 @@ static const GsDesktopMap map_games[] = {
{ "Game",
NULL } },
{ "featured", NC_("Menu of Games", "Featured"),
- { "Game::featured",
+ { "Game::Featured",
NULL} },
{ "action", NC_("Menu of Games", "Action"),
{ "Game::ActionGame",
@@ -143,7 +143,7 @@ static const GsDesktopMap map_graphics[] = {
{ "Graphics",
NULL } },
{ "featured", NC_("Menu of Graphics", "Featured"),
- { "Graphics::featured",
+ { "Graphics::Featured",
NULL} },
{ "3d", NC_("Menu of Graphics", "3D Graphics"),
{ "Graphics::3DGraphics",
@@ -169,7 +169,7 @@ static const GsDesktopMap map_productivity[] = {
{ "Office",
NULL } },
{ "featured", NC_("Menu of Office", "Featured"),
- { "Office::featured",
+ { "Office::Featured",
NULL} },
{ "calendar", NC_("Menu of Office", "Calendar"),
{ "Office::Calendar",
@@ -218,7 +218,7 @@ static const GsDesktopMap map_science[] = {
{ "Science",
NULL } },
{ "featured", NC_("Menu of Science", "Featured"),
- { "Science::featured",
+ { "Science::Featured",
NULL} },
{ "artificial-intelligence", NC_("Menu of Science", "Artificial Intelligence"),
{ "Science::ArtificialIntelligence",
@@ -246,7 +246,7 @@ static const GsDesktopMap map_communication[] = {
{ "Network",
NULL } },
{ "featured", NC_("Menu of Communication", "Featured"),
- { "Network::featured",
+ { "Network::Featured",
NULL} },
{ "chat", NC_("Menu of Communication", "Chat"),
{ "Network::Chat",
@@ -271,7 +271,7 @@ static const GsDesktopMap map_utilities[] = {
{ "Utility",
NULL } },
{ "featured", NC_("Menu of Utility", "Featured"),
- { "Utility::featured",
+ { "Utility::Featured",
NULL} },
{ "text-editors", NC_("Menu of Utility", "Text Editors"),
{ "Utility::TextEditor",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]