mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
Fix tokens in i18n file.
This commit is contained in:
@ -5,9 +5,9 @@
|
||||
$messages = array();
|
||||
|
||||
$messages['en'] = array(
|
||||
'pubmedparser-desc' => 'Automatically adds links to existing pages when a page is saved.',
|
||||
'linktitles-desc' => 'Automatically adds links to existing pages when a page is saved.',
|
||||
);
|
||||
|
||||
$messages['de'] = array(
|
||||
'pubmedparser-desc' => 'Fügt beim Speichern von Seiten automatisch Querverweise zu vorhandenen Seiten ein.',
|
||||
'linktitles-desc' => 'Fügt beim Speichern von Seiten automatisch Querverweise zu vorhandenen Seiten ein.',
|
||||
);
|
||||
|
Reference in New Issue
Block a user