From 029ea93268c346624dbf99343e605e774edef341 Mon Sep 17 00:00:00 2001 From: croneter Date: Sat, 15 Sep 2018 16:15:14 +0200 Subject: [PATCH] Translate Plex info dialog button text --- resources/lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):