This is an automated email from the git hooks/post-receive script. g o t t c o d e p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 4d04fdf4a2ab62297d6ae774b9d29b9fa8b12389 Author: Graeme Gott <[email protected]> Date: Tue Jan 7 15:49:35 2020 -0500 Rename all applications category. --- panel-plugin/category.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel-plugin/category.cpp b/panel-plugin/category.cpp index 4f69235..e5314df 100644 --- a/panel-plugin/category.cpp +++ b/panel-plugin/category.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2016 Graeme Gott <[email protected]> + * Copyright (C) 2013, 2016, 2020 Graeme Gott <[email protected]> * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -58,7 +58,7 @@ Category::Category(GarconMenuDirectory* directory) : else { icon = "applications-other"; - text = _("All"); + text = _("All Applications"); } set_icon(icon ? icon : ""); set_text(text ? text : ""); -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
