Aggiornato testi / traduzioni
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ def update(path, p_dialog, i, t, serie, overwrite):
|
||||
|
||||
if channel_enabled:
|
||||
|
||||
heading = config.get_localized_string(60389)
|
||||
p_dialog.update(int(math.ceil((i + 1) * t)), heading, "%s: %s" % (serie.contentSerieName,
|
||||
heading = config.get_localized_string(20000)
|
||||
p_dialog.update(int(math.ceil((i + 1) * t)), heading, config.get_localized_string(60389) % (serie.contentSerieName,
|
||||
serie.channel.capitalize()))
|
||||
try:
|
||||
pathchannels = filetools.join(config.get_runtime_path(), "channels", serie.channel + '.py')
|
||||
|
||||
Reference in New Issue
Block a user