diff src/plugins/plugin_xep_0100.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 591e04f0103c
children d17772b0fe22
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0100.py	Mon Nov 30 21:54:38 2015 +0100
+++ b/src/plugins/plugin_xep_0100.py	Tue Dec 01 12:45:14 2015 +0100
@@ -63,7 +63,7 @@
         host.bridge.addMethod("gatewayRegister", ".plugin", in_sign='ss', out_sign='s', method=self._gatewayRegister)
         self.__menu_id = host.registerCallback(self._gatewaysMenu, with_data=True)
         self.__selected_id = host.registerCallback(self._gatewaySelectedCb, with_data=True)
-        host.importMenu((D_("Service"), D_("gateways")), self._gatewaysMenu, security_limit=1, help_string=D_("Find gateways"))
+        host.importMenu((D_("Service"), D_("Gateways")), self._gatewaysMenu, security_limit=1, help_string=D_("Find gateways"))
 
     def _gatewaysMenu(self, data, profile):
         """ XMLUI activated by menu: return Gateways UI