diff --git a/soitool/modules/module_freetext.py b/soitool/modules/module_freetext.py
index ed6c0d9f133a8fc0325d65caf693eb2732964f9e..938a385130f0288e8efc7adb325a333a52bbbe25 100644
--- a/soitool/modules/module_freetext.py
+++ b/soitool/modules/module_freetext.py
@@ -63,7 +63,7 @@ class LineEditWithSizeOfContent(QLineEdit):
             self.text()
         )
         # Hardcoded addition because font metrics is slightly off...
-        # likely because of the font weight
+        # Likely because of the font weight
         content_width += 10
         return QSize(content_width, size_hint_parent.height())