From 3f3d1a0a54c9325f18f8bd295c6d1ec77fab8f35 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 28 Mar 2013 10:49:44 +0100 Subject: Fix the help of /gaming --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core.py b/src/core.py index a3a59e31..67158b64 100644 --- a/src/core.py +++ b/src/core.py @@ -2600,7 +2600,7 @@ class Core(object): self.register_command('gaming', self.command_gaming, usage='[ [server address]]', desc=_('Send your current gaming activity to your contacts.' - ' Nothing means "stop broadcasting a mood".'), + ' Nothing means "stop broadcasting a gaming activity".'), shortdesc=_('Send your gaming activity.'), completion=None) -- cgit v1.2.3