typo configurazione AutoPlay
This commit is contained in:
@@ -909,7 +909,7 @@ msgstr "La serie TV "%s" è stata aggiunta alla videoteca"
|
||||
|
||||
msgctxt "#60071"
|
||||
msgid "AutoPlay configuration"
|
||||
msgstr "Configurazione Autoplay"
|
||||
msgstr "Configurazione AutoPlay"
|
||||
|
||||
msgctxt "#60072"
|
||||
msgid "It seems that links of %s are not working."
|
||||
|
||||
@@ -56,6 +56,7 @@ def show_option(channel, itemlist, text_color=colorKOD, thumbnail=None, fanart=N
|
||||
:return:
|
||||
'''
|
||||
from channelselector import get_thumb
|
||||
from core.support import typo
|
||||
logger.info()
|
||||
|
||||
if not config.is_xbmc():
|
||||
@@ -69,7 +70,7 @@ def show_option(channel, itemlist, text_color=colorKOD, thumbnail=None, fanart=N
|
||||
plot_autoplay = config.get_localized_string(60399)
|
||||
itemlist.append(
|
||||
Item(channel=__channel__,
|
||||
title=config.get_localized_string(60071),
|
||||
title=typo(config.get_localized_string(60071), 'bold color kod'),
|
||||
action="autoplay_config",
|
||||
text_color=text_color,
|
||||
text_bold=True,
|
||||
|
||||
Reference in New Issue
Block a user