From f5c51645d28ff9e2ded97924d491900be2860ead Mon Sep 17 00:00:00 2001
From: psrcek
Date: Sun, 12 Jun 2016 13:34:33 +0200
Subject: [PATCH] Fixed typo
---
blockplacemods.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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] = {}
--
2.45.2