diff --git a/resources/lib/utils.py b/resources/lib/utils.py index 0445ff2c..220198e5 100644 --- a/resources/lib/utils.py +++ b/resources/lib/utils.py @@ -136,7 +136,7 @@ def messageDialog(heading, msg): Shows a dialog using the Plex layout """ from .windows import optionsdialog - optionsdialog.show(heading, msg, 'OK') + optionsdialog.show(heading, msg, lang(186)) def dialog(typus, *args, **kwargs):