summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDico <Dico200@users.noreply.github.com>2016-06-12 18:09:40 +0200
committerGitHub <noreply@github.com>2016-06-12 18:09:40 +0200
commit47a0a92225749429bb717cc35009f1fac6178fa9 (patch)
tree3cc5499c897eb0d5d20f252c083c421db36f8dca
parenta6ea05a4599dd54f15fc1b164b7ff61cb17b6005 (diff)
parentf5c51645d28ff9e2ded97924d491900be2860ead (diff)
Merge pull request #45 from psrcek/dev
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] = {}