Index: trunk/extensions/PageBy/PageBy.i18n.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | * @author Daniel Kinzler, brightbyte.de |
17 | 17 | */ |
18 | 18 | $messages['en'] = array( |
19 | | - 'pageby-desc' => 'Shows contributors inline on a wiki page using the tag<code><nowiki><pageby></nowiki></code>', |
| 19 | + 'pageby-desc' => 'Shows contributors inline on a wiki page using the tag <code><nowiki><pageby></nowiki></code>', |
20 | 20 | 'pageby-first' => 'Page created by $1, $2', |
21 | 21 | 'pageby-last' => 'Last <a href="$3">modified</a> by $1, $2', |
22 | 22 | 'pageby-contributors' => 'Contributors:', |