Skip to content

Commit

Permalink
Version 1.1.3 (final): Improved error message for missing python modu…
Browse files Browse the repository at this point in the history
…les needed by addons.
  • Loading branch information
mindstorm38 committed May 13, 2021
1 parent 2ddabf2 commit cda4e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portablemc.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ def __init__(self):
self._messages = {

"addon.defined_twice": "The addon '{}' is defined twice, both single-file and package, loaded the package one.",
"addon.missing_requirement.module": "Addon '{}' requires module '{}' to load.",
"addon.missing_requirement.module": "Addon '{0}' requires module '{1}' to load. You can try to install it using 'pip install {1}' or search for it on the web.",
"addon.missing_requirement.ext": "Addon '{}' requires another addon '{}' to load.",
"addon.failed_to_build": "Failed to build addon '{}' (contact addon's authors):",

Expand Down

0 comments on commit cda4e0b

Please sign in to comment.