Mercurial > libervia-web
comparison src/browser/libervia_main.py @ 783:d24e56a5f2ef
browser_side: rename "Manage groups" to "Manage contact groups" to avoid confusion
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 01 Dec 2015 12:34:26 +0100 |
parents | 10a56f6bc5db |
children | f3cd261ea12f |
comparison
equal
deleted
inserted
replaced
782:10a56f6bc5db | 783:d24e56a5f2ef |
---|---|
293 | 293 |
294 # menus added by the backend/plugins (include other types than C.MENU_GLOBAL) | 294 # menus added by the backend/plugins (include other types than C.MENU_GLOBAL) |
295 self.menus.addMenus(backend_menus, top_extra={'icon': 'plugins'}) | 295 self.menus.addMenus(backend_menus, top_extra={'icon': 'plugins'}) |
296 | 296 |
297 # menus to have under backend menus | 297 # menus to have under backend menus |
298 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Contacts"), D_(u"Manage groups")), callback=main_menu.onManageContactGroups) | 298 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Contacts"), D_(u"Manage contact groups")), callback=main_menu.onManageContactGroups) |
299 | 299 |
300 # separator and right hand menus | 300 # separator and right hand menus |
301 self.menus.addMenuItem(C.MENU_GLOBAL, [], quick_menus.MenuSeparator()) | 301 self.menus.addMenuItem(C.MENU_GLOBAL, [], quick_menus.MenuSeparator()) |
302 | 302 |
303 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Help"), D_("Official chat room")), top_extra={'icon': 'help'}, callback=main_menu.onOfficialChatRoom) | 303 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Help"), D_("Official chat room")), top_extra={'icon': 'help'}, callback=main_menu.onOfficialChatRoom) |