Mercurial > libervia-backend
diff src/plugins/plugin_xep_0055.py @ 1707:94c450972346
primitivus and plugins: renamed a few menus:
- display all menu with the first letter in upper case
- moved Search directory from Service to Contacts
- moved "Join room" from Communication to Groups
- moved Bookmarks from Communication to Groups
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 01 Dec 2015 12:45:14 +0100 |
parents | e0bde0d0b321 |
children | d17772b0fe22 |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0055.py Mon Nov 30 21:54:38 2015 +0100 +++ b/src/plugins/plugin_xep_0055.py Tue Dec 01 12:45:14 2015 +0100 @@ -77,7 +77,7 @@ async=True) self.__search_menu_id = host.registerCallback(self._getMainUI, with_data=True) - host.importMenu((D_("Service"), D_("Search directory")), self._getMainUI, security_limit=1, help_string=D_("Search user directory")) + host.importMenu((D_("Contacts"), D_("Search directory")), self._getMainUI, security_limit=1, help_string=D_("Search user directory")) if "XEP-0050" in host.plugins: host.importMenu((D_("Service"), D_("Directory subscription")), self.subscribe, security_limit=1, help_string=D_("User directory subscription"))