#1055 Reorder message files and update translations page
This commit is contained in:
@@ -73,6 +73,6 @@ public class MessageFileElementReader {
|
||||
}
|
||||
|
||||
private static boolean isTodoComment(String line) {
|
||||
return line.startsWith("# TODO ");
|
||||
return line.startsWith("# TODO");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user