Index: trunk/extensions/SemanticForms/languages/SF_Messages.php |
— | — | @@ -12,6 +12,7 @@ |
13 | 13 | */ |
14 | 14 | $messages['en'] = array( |
15 | 15 | // user messages |
| 16 | + 'semanticforms-desc' => 'Forms for adding and editing semantic data', |
16 | 17 | 'specialpages-group-sf_group' => 'Semantic Forms', |
17 | 18 | 'createproperty' => 'Create a property', |
18 | 19 | 'sf_createproperty_allowedvalsinput' => 'If you want this field to only be allowed to have certain values, enter the list of allowed values, separated by commas (if a value contains a comma, replace it with "\,"):', |