script.toolbox icon indicating copy to clipboard operation
script.toolbox copied to clipboard

String 32008 should read "settings.xml" and not "guisettings.xml"

Open eyal0 opened this issue 9 years ago • 0 comments

The error message displayed when settings.xml is not found is incorrect.

The error message says that it's guisettings.xml that is missing:

https://github.com/phil65/script.toolbox/blob/master/resources/language/English/strings.po#L58

However, the code is looking for settings.xml:

https://github.com/phil65/script.toolbox/blob/master/resources/lib/Utils.py#L119

The fix is to change the error message to remove "gui" from it.

eyal0 avatar May 26 '16 17:05 eyal0