Skip to content

Commit

Permalink
Normalize spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LostDragonist committed Jan 8, 2020
1 parent a056b3a commit 5faf88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form43Checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def shortDescription(self, key):
def fullDescription(self, key):
pluginList = self.__listPlugins()
pluginList = [Path(absolutePath).name for absolutePath in pluginList]
pluginListString = "\n\n• " + ("\n• ".join(pluginList))
pluginListString = "\n\n• " + ("\n ".join(pluginList))
outputString = self.__tr("You have one or more form 43 plugins. They are:{0}").format(pluginListString)
outputString += "\n\n"
outputString += self.__tr("The form 43 warning typically involves Skyrim LE plugins that were ported to a Skyrim SE install.\n"
Expand Down

0 comments on commit 5faf88b

Please sign in to comment.