summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsrcek <p.srcek@gmail.com>2016-06-12 13:34:33 +0200
committerGitHub <noreply@github.com>2016-06-12 13:34:33 +0200
commitf5c51645d28ff9e2ded97924d491900be2860ead (patch)
treebac51ca441935e4ac9a279c6416e8b4ed0eea641
parent8e2ff33dbbdcc52e869d697697a5000771f83476 (diff)
Fixed typo
-rw-r--r--blockplacemods.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blockplacemods.py b/blockplacemods.py
index d012e54..37027f4 100644
--- a/blockplacemods.py
+++ b/blockplacemods.py
@@ -185,7 +185,7 @@ def toggle_command(sender, command, label, args):
return " &cAlready disabled: " + details[1]
if arglen == 2 and not arg2.isdigit():
- return " &cArgument '%s' was not recognized. \nUse &o/toggle %s details &cfor more detailsrmation." % (arg2, setting)
+ return " &cArgument '%s' was not recognized. \nUse &o/toggle %s info &cfor more information." % (arg2, setting)
if not enabled:
values[uuid] = {}