Translate Plex info dialog button text

This commit is contained in:
croneter 2018-09-15 16:15:14 +02:00
parent 038bce1a27
commit 029ea93268

View file

@ -136,7 +136,7 @@ def messageDialog(heading, msg):
Shows a dialog using the Plex layout Shows a dialog using the Plex layout
""" """
from .windows import optionsdialog from .windows import optionsdialog
optionsdialog.show(heading, msg, 'OK') optionsdialog.show(heading, msg, lang(186))
def dialog(typus, *args, **kwargs): def dialog(typus, *args, **kwargs):