summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Script.c b/Script.c
index 9fe77c6..394c454 100644
--- a/Script.c
+++ b/Script.c
@@ -1725,7 +1725,7 @@ func AdaptorFactory(args, int entryIndex, int entryColumn)
min = true;
}
}
- text = Format("%s %s", Format(entry[DT_Menu_Entry_Text], val), ["{{MN7I:4}}", "<c 808080>{{MN7I:4}}</c>"][min]);
+ text = Format(entry[DT_Menu_Entry_Text], val) .. " " .. ["{{MN7I:4}}", "<c 808080>{{MN7I:4}}</c>"][min];
ExtraIcon(text, icon, [MN7I, 3, max && RGB(128, 128, 128)]);
defaultMsgboardText = "$EnterNumber$";
}