diff src/plugins/plugin_xep_0050.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 98f92a054539
children d17772b0fe22
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0050.py	Mon Nov 30 21:54:38 2015 +0100
+++ b/src/plugins/plugin_xep_0050.py	Tue Dec 01 12:45:14 2015 +0100
@@ -219,7 +219,7 @@
                               method=self._requestCommandsList,
                               async=True)
         self.__requesting_id = host.registerCallback(self._requestingEntity, with_data=True)
-        host.importMenu((D_("Service"), D_("commands")), self._commandsMenu, security_limit=2, help_string=D_("Execute ad-hoc commands"))
+        host.importMenu((D_("Service"), D_("Commands")), self._commandsMenu, security_limit=2, help_string=D_("Execute ad-hoc commands"))
 
     def getHandler(self, profile):
         return XEP_0050_handler(self)