Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Jun 29, 2024
1 parent c57c459 commit 364e15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_converter/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class BulkConvertDialog(SettingsDialog):

def __init__(self, parent=None) -> None:
self._field_selector = MultipleChoiceSelector()
self._reconvert_checkbox = QCheckBox("Reconvert existing WebP images")
self._reconvert_checkbox = QCheckBox(f"Reconvert existing {config.image_format.name} images")
super().__init__(parent)

def selected_fields(self) -> list[str]:
Expand Down

0 comments on commit 364e15d

Please sign in to comment.