diff --git a/soitool/module_list.py b/soitool/module_list.py
index 9a919de4b36f5ca952d925341ae3aa60bb9fdd67..5c72ec676314c232dda0bc2d0d51b5c5d45f37e5 100644
--- a/soitool/module_list.py
+++ b/soitool/module_list.py
@@ -164,7 +164,7 @@ class ModuleList(QListWidget):
                 "mulig å låse utvalgte moduler, men la resten optimalt "
                 "pakkes.",
             )
-            # ignorerer dropEvent ved å returnere tidlig
+            # ignoring the drop event by returning early
             return
 
         super().dropEvent(event)