Skip to content

Commit

Permalink
Add internationalization
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jan 5, 2023
1 parent 34ece6f commit 72748b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buzz/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ def on_clear_history_action_triggered(self):
self.tasks_changed.emit()

def on_new_transcription_action_triggered(self):
(file_paths, _) = QFileDialog.getOpenFileNames(
(file_paths, __) = QFileDialog.getOpenFileNames(
self, _('Select audio file'), '', SUPPORTED_OUTPUT_FORMATS)
if len(file_paths) == 0:
return
Expand Down

0 comments on commit 72748b6

Please sign in to comment.