We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dfcf7 commit dea1e96Copy full SHA for dea1e96
1 file changed
resources/site-packages/lt2http/util.py
@@ -28,7 +28,7 @@ def translatePath(path):
28
def notify(message, header=ADDON_NAME, time=5000, image=ADDON_ICON):
29
sound = ADDON.getSetting('do_not_disturb') == 'false'
30
dialog = xbmcgui.Dialog()
31
- return dialog.notification(toUtf8(header), toUtf8(message), toUtf8(image), time, sound)
+ return dialog.notification(getLocalizedLabel(header), getLocalizedLabel(message), toUtf8(image), time, sound)
32
33
def dialog_ok(message, header=ADDON_NAME):
34
0 commit comments