diff --git a/lang/de/lang.php b/lang/de/lang.php index ab31995..8f2eb4b 100644 --- a/lang/de/lang.php +++ b/lang/de/lang.php @@ -30,7 +30,7 @@ $lang['pm_norights'] = 'Sie haben unzureichende Rechte um %s zu bearbeiten.'; $lang['pm_notargetperms'] = 'Sie haben nicht die Berechtigung, die Seite %s anzulegen.'; $lang['pm_filelocked'] = 'Die Seite %s ist gesperrt - versuchen Sie es später noch einmal.'; -$lang['pm_linkchange'] = 'Link zu %s geändert zu %s'; +$lang['pm_linkchange'] = 'Links angepasst weil Seiten im Wiki verschoben wurden'; // Form labels $lang['pm_newname'] = 'Neuer Seitenname:'; $lang['pm_newnsname'] = 'Neuer Name für Namensraum:'; diff --git a/lang/en/lang.php b/lang/en/lang.php index c6b5bdc..9e359cf 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -35,7 +35,7 @@ $lang['pm_notargetperms'] = 'You don\'t have the permission to create the page %s.'; $lang['pm_nomediatargetperms'] = 'You don\'t have the permission to create the media file %s.'; $lang['pm_filelocked'] = 'The page %s is locked. Try again later.'; -$lang['pm_linkchange'] = 'Links to %s changed to %s'; +$lang['pm_linkchange'] = 'Links adapted because of a pagemove operation'; $lang['pm_ns_move_in_progress'] = 'There is currently a namespace move of %s page and %s media files from namespace %s to namespace %s in progress.'; $lang['pm_ns_move_continue'] = 'Continue the namespace move';