minor fix

This commit is contained in:
DYefremov
2021-02-21 08:24:12 +03:00
parent f5a02ddf1d
commit 7fb2d9ac4a

View File

@@ -756,7 +756,7 @@ class M3uImportDialog(IptvListDialog):
self._progress_bar.set_visible(False)
self._progress_bar.set_fraction(0.0)
self._apply_button.set_sensitive(True)
self._info_label.set_text("{} Errors: {}.".format(get_message("Done!"), self._errors_count))
self._info_label.set_text("Errors: {}.".format(self._errors_count))
self._is_download = False
gen = self.update_fav_model()