Skip to content

Commit

Permalink
Adding newlines around cannot unload msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed May 4, 2022
1 parent e794831 commit c594e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messageDir/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down

0 comments on commit c594e39

Please sign in to comment.