[gnome-software] Rename General to Other



commit cb8b0819553a58333e98afeb37f44b3871c0a441
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Sep 18 19:16:33 2013 -0400

    Rename General to Other
    
    This is the 'leftover' subcategory, and 'Other' is a more
    fitting name for it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707550

 src/gs-category.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-category.c b/src/gs-category.c
index 8caff79..6828377 100644
--- a/src/gs-category.c
+++ b/src/gs-category.c
@@ -146,7 +146,7 @@ gs_category_sort_subcategories (GsCategory *category)
        if (!subcat_all) {
                /* TRANSLATORS: this is where all applications that don't
                 * fit in other groups are put */
-               all = gs_category_new (category, NULL, _("General"));
+               all = gs_category_new (category, NULL, _("Other"));
                all->priv->size = G_MAXUINT;
                gs_category_add_subcategory (category, all);
        }



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