Fix the help of /gaming

This commit is contained in:
mathieui 2013-03-28 10:49:44 +01:00
parent 098bc9028a
commit 3f3d1a0a54

View file

@ -2600,7 +2600,7 @@ class Core(object):
self.register_command('gaming', self.command_gaming,
usage='[<game name> [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)