Skip to content

Commit 38b4544

Browse files
committed
changed wording on logs from 'converting to' to 'transcoding to' to have less of an implication of a permanent conversion
1 parent da28dbc commit 38b4544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagstudio/src/qt/widgets/preview_panel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def set_anim_img(self, filepath, ext, file_bytes, image):
591591
save_ext = self.get_anim_ext()
592592

593593
logger.info(
594-
f"\"{ext.lstrip('.')}\" not supported by qt qmovie, converting to: \"{save_ext}\""
594+
f"\"{ext.lstrip('.')}\" not supported by qt qmovie, trancoding to: \"{save_ext}\""
595595
)
596596

597597
anim_image: Image.Image = image

0 commit comments

Comments
 (0)