Skip to content

Commit 6c8fc68

Browse files
committed
Improve description for commands
1 parent 6a59926 commit 6c8fc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/BetterCommands/control.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function M:create_settings()
258258
setting_type = "runtime-global",
259259
default_value = command.default_value or true,
260260
localised_name = '/' .. command_name,
261-
localised_description = command.description or ""
261+
localised_description = {'', '/' .. command_name, ' ', command.description or ''}
262262
}
263263
end
264264
if #new_settings > 0 then

0 commit comments

Comments
 (0)