Index: trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.i18n.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | $messages = array(); |
8 | 8 | |
9 | 9 | $messages['en'] = array( |
10 | | - 'semanticformsinputs-desc' => 'Additional input types for [http://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms].', |
| 10 | + 'semanticformsinputs-desc' => 'Additional input types for [http://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms]', |
11 | 11 | 'semanticformsinputs-wrongformat' => 'Wrong format.' |
12 | 12 | ); |
13 | 13 | |