Skip to content

Commit

Permalink
Fix warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Jan 12, 2022
1 parent 23c48c4 commit 6b2ecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/g.extension.all/g.extension.all.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def find_addon_name(addons):
if not found:
gscript.warning(
_(
"The {} addon cannot be reinstalled. "
"The <{}> addon cannot be reinstalled. "
"Addon wasn't found among the official "
"addons.".format(addon)
),
Expand Down

0 comments on commit 6b2ecb5

Please sign in to comment.