Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
🐛 - Fix label on build error prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
drinfernoo committed Jun 15, 2020
1 parent 557ba4c commit 1ee151c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.py
Expand Up @@ -139,7 +139,7 @@ def installed_build_check():
CONFIG.EXTERROR),
level=xbmc.LOGNOTICE)
yes = dialog.yesno(CONFIG.ADDONTITLE,
'[COLOR {0}]{1}[/COLOR] [COLOR {2}]was not installed correctly!'.format(CONFIG.COLOR1,
'[COLOR {0}]{2}[/COLOR] [COLOR {1}]was not installed correctly![/COLOR]'.format(CONFIG.COLOR1,
CONFIG.COLOR2,
CONFIG.BUILDNAME),
('Installed: [COLOR {0}]{1}[/COLOR] / '
Expand Down

0 comments on commit 1ee151c

Please sign in to comment.