Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php |
— | — | @@ -317,7 +317,8 @@ |
318 | 318 | wfMsgForContent( 'february' ), |
319 | 319 | wfMsgForContent( 'march' ), |
320 | 320 | wfMsgForContent( 'april' ), |
321 | | - wfMsgForContent( 'may' ), |
| 321 | + // Needed to avoid using 3-letter abbreviation |
| 322 | + wfMsgForContent( 'may_long' ), |
322 | 323 | wfMsgForContent( 'june' ), |
323 | 324 | wfMsgForContent( 'july' ), |
324 | 325 | wfMsgForContent( 'august' ), |