From c3ac49e67662f159ae08a3ac2ff308a531e439fe Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 10 Feb 2015 22:01:34 +0530 Subject: [PATCH] upgrades: Change menu item to 'Software Upgrades' - This will be more familiar to the user due to similar messages on the desktops and mobiles. --- plinth/modules/upgrades/upgrades.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth/modules/upgrades/upgrades.py b/plinth/modules/upgrades/upgrades.py index 842d3e06f..745010d8a 100644 --- a/plinth/modules/upgrades/upgrades.py +++ b/plinth/modules/upgrades/upgrades.py @@ -41,7 +41,8 @@ subsubmenu = [{'url': reverse_lazy('upgrades:index'), def init(): """Initialize the module.""" menu = cfg.main_menu.get('system:index') - menu.add_urlname(_('Upgrades'), 'glyphicon-refresh', 'upgrades:index', 21) + menu.add_urlname(_('Software Upgrades'), 'glyphicon-refresh', + 'upgrades:index', 21) @login_required