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 a1de80b commit e211a22Copy full SHA for e211a22
1 file changed
bookmark_checker/ui/main_window.py
@@ -457,7 +457,9 @@ def _export_merged(self) -> None:
457
exported_to_msg.format(path1=output_path, path2=csv_path)
458
)
459
exported_msg = get_translation(
460
- self.current_language, "exported_successfully", "Exported successfully!"
+ self.current_language,
461
+ "exported_successfully",
462
+ "Exported successfully!",
463
464
QMessageBox.information(
465
self,
0 commit comments