[gnome-software] menu-spec: Fix translation of some categories



commit be2d07ffc7d03254893038b576620750557bf08f
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri May 2 14:16:44 2014 -0400

    menu-spec: Fix translation of some categories
    
    The msgctxt for the subcategories of 'Development Tools' was
    wrong, causing the translations to not be picked up.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729355

 src/plugins/menu-spec-common.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/src/plugins/menu-spec-common.c b/src/plugins/menu-spec-common.c
index 9b564c9..2e2d1b4 100644
--- a/src/plugins/menu-spec-common.c
+++ b/src/plugins/menu-spec-common.c
@@ -41,16 +41,16 @@ static const MenuSpecData msdata[] = {
        { "Audio::Tuner",                       NC_("Menu subcategory of Audio", "Tuners") },
        /* TRANSLATORS: this is the menu spec main category for Development */
        { "Development",                        N_("Development Tools") },
-       { "Development::Building",              NC_("Menu subcategory of Development", "Building") },
-       { "Development::Database",              NC_("Menu subcategory of Development", "Databases") },
-       { "Development::Debugger",              NC_("Menu subcategory of Development", "Debuggers") },
-       { "Development::GUIDesigner",           NC_("Menu subcategory of Development", "GUI Designers") },
-       { "Development::IDE",                   NC_("Menu subcategory of Development", "IDE") },
-       { "Development::Profiling",             NC_("Menu subcategory of Development", "Profiling") },
-       { "Development::ProjectManagement",     NC_("Menu subcategory of Development", "Project Management") 
},
-       { "Development::RevisionControl",       NC_("Menu subcategory of Development", "Revision Control") },
-       { "Development::Translation",           NC_("Menu subcategory of Development", "Translation") },
-       { "Development::WebDevelopment",        NC_("Menu subcategory of Development", "Web Development") },
+       { "Development::Building",              NC_("Menu subcategory of Development Tools", "Building") },
+       { "Development::Database",              NC_("Menu subcategory of Development Tools", "Databases") },
+       { "Development::Debugger",              NC_("Menu subcategory of Development Tools", "Debuggers") },
+       { "Development::GUIDesigner",           NC_("Menu subcategory of Development Tools", "GUI Designers") 
},
+       { "Development::IDE",                   NC_("Menu subcategory of Development Tools", "IDE") },
+       { "Development::Profiling",             NC_("Menu subcategory of Development Tools", "Profiling") },
+       { "Development::ProjectManagement",     NC_("Menu subcategory of Development Tools", "Project 
Management") },
+       { "Development::RevisionControl",       NC_("Menu subcategory of Development Tools", "Revision 
Control") },
+       { "Development::Translation",           NC_("Menu subcategory of Development Tools", "Translation") },
+       { "Development::WebDevelopment",        NC_("Menu subcategory of Development Tools", "Web 
Development") },
        /* TRANSLATORS: this is the menu spec main category for Education */
        { "Education",                          N_("Education") },
        { "Education::Art",                     NC_("Menu subcategory of Education", "Art") },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]