From c594e39895968a1a5ea21edbab0a67d8bd2bdbc4 Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Wed, 4 May 2022 13:37:16 -0500 Subject: [PATCH] Adding newlines around cannot unload msg --- messageDir/en.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messageDir/en.lua b/messageDir/en.lua index 002ec0571..204b2f7d7 100644 --- a/messageDir/en.lua +++ b/messageDir/en.lua @@ -264,7 +264,7 @@ must specify the version if there is more than one version: (Use "module --force purge" to unload all): ]==], m_Sticky_Unstuck = "\nThe following sticky modules could not be reloaded:\n", - m_Unload_unknown = "Note: the module \"%{modName}\" cannot be unloaded because it was not loaded.", + m_Unload_unknown = "\nNote: the module \"%{modName}\" cannot be unloaded because it was not loaded.\n", m_Versions = " Versions:\n", m_Where = "\n Where:\n",