Translate Plex info dialog button text
This commit is contained in:
parent
038bce1a27
commit
029ea93268
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue