diff options
author | mathieui <mathieui@mathieui.net> | 2013-03-28 10:49:44 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-03-28 10:49:44 +0100 |
commit | 3f3d1a0a54c9325f18f8bd295c6d1ec77fab8f35 (patch) | |
tree | a141cd04bee5ed434e795d3d0c7abe5b6824c262 /src | |
parent | 098bc9028ae2907ef6072dd433ea57f889c56d84 (diff) | |
download | poezio-3f3d1a0a54c9325f18f8bd295c6d1ec77fab8f35.tar.gz poezio-3f3d1a0a54c9325f18f8bd295c6d1ec77fab8f35.tar.bz2 poezio-3f3d1a0a54c9325f18f8bd295c6d1ec77fab8f35.tar.xz poezio-3f3d1a0a54c9325f18f8bd295c6d1ec77fab8f35.zip |
Fix the help of /gaming
Diffstat (limited to 'src')
-rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
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='[<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) |