Loading ui/mainwindow.py +5 −0 Original line number Diff line number Diff line Loading @@ -1395,6 +1395,11 @@ class MainWindow(mainwindow_cls): msg += '\n' + self.tr('Unmatched pages: ') + '\n' msg += '\n'.join(match_rst['unmatched_pages']) msg = msg.strip() for pagename in matched_pages: for blk in self.imgtrans_proj.pages[pagename]: blk.translation = self.mtSubWidget.sub_text(blk.translation) create_info_dialog(msg) except Exception as e: Loading Loading
ui/mainwindow.py +5 −0 Original line number Diff line number Diff line Loading @@ -1395,6 +1395,11 @@ class MainWindow(mainwindow_cls): msg += '\n' + self.tr('Unmatched pages: ') + '\n' msg += '\n'.join(match_rst['unmatched_pages']) msg = msg.strip() for pagename in matched_pages: for blk in self.imgtrans_proj.pages[pagename]: blk.translation = self.mtSubWidget.sub_text(blk.translation) create_info_dialog(msg) except Exception as e: Loading