Fixed changelog newlines

master
Durel 7 years ago
parent e0f88eb5b3
commit 399dd2fb92

@ -67,13 +67,13 @@ dbot.changelog[2.0003] =
dbot.changelog[2.0004] = dbot.changelog[2.0004] =
{ {
{ change = drlDbotChangeLogTypeMisc, { change = drlDbotChangeLogTypeMisc,
desc = "Refresh code now forces your first refresh in a new session to use a full refresh scan.\n" .. desc = "Refresh code now forces your first refresh in a new session to use a full refresh scan. " ..
"This is necessary because items have have been moved or modified in a different client and\n" .. "This is necessary because items have have been moved or modified in a different client and " ..
"we need to know the current location of all items. This also allows us to detect if a no-\n" .. "we need to know the current location of all items. This also allows us to detect if a no-" ..
"save item was removed after the last session." "save item was removed after the last session."
}, },
{ change = drlDbotChangeLogTypeFix, { change = drlDbotChangeLogTypeFix,
desc = "Fixed incorrect return value check in the plugin update code. The previous code could\n" .. desc = "Fixed incorrect return value check in the plugin update code. The previous code could " ..
"send an incorrect (nil) return value in some error cases." "send an incorrect (nil) return value in some error cases."
} }
} }

Loading…
Cancel
Save