Skip to content

Commit c1057f3

Browse files
MysaaJavabehackl
andauthored
I forgot this suggestion
Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 8845847 commit c1057f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/svg/text_mobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def text2svg(self):
308308

309309
if self.font == "":
310310
logger.warning(
311-
"You haven't set font, non-english characters may not be rendered"
311+
"You haven't set a font, non-english characters may not be rendered correctly"
312312
)
313313

314314
dir_name = file_writer_config["text_dir"]

0 commit comments

Comments
 (0)