From: Rotem Liss Date: Mon, 11 Sep 2006 16:20:47 +0000 (+0000) Subject: (bug 6216) The immobile namespace message does not mention the source page X-Git-Tag: 1.31.0-rc.0~55792 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=72a8375e99202559f8eb1becd5e40fdc460ae4ff;p=lhc%2Fweb%2Fwiklou.git (bug 6216) The immobile namespace message does not mention the source page --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 827fa5c536..0ae27ad4a3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -195,6 +195,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 7064) Replace hard-coded empty message checks with wfEmptyMsg calls * (bug 6777) Remove some PHP 4 compat cruft * Add --user, --comment, and --license options to importImages.php +* (bug 6216) The immobile namespace message does not mention the source page == Languages updated == diff --git a/languages/MessagesEn.php b/languages/MessagesEn.php index b54b1ccd2c..496a374453 100644 --- a/languages/MessagesEn.php +++ b/languages/MessagesEn.php @@ -1748,7 +1748,7 @@ The destination article "[[$1]]" already exists. Do you want to delete it to mak 'delete_and_move_confirm' => 'Yes, delete the page', 'delete_and_move_reason' => 'Deleted to make way for move', 'selfmove' => "Source and destination titles are the same; can't move a page over itself.", -'immobile_namespace' => "Destination title is of a special type; cannot move pages into that namespace.", +'immobile_namespace' => "Source or destination title is of a special type; cannot move pages from and into that namespace.", # Export diff --git a/languages/MessagesHe.php b/languages/MessagesHe.php index e2a01c016c..786bc5f087 100644 --- a/languages/MessagesHe.php +++ b/languages/MessagesHe.php @@ -1483,7 +1483,7 @@ $NEWPAGE "delete_and_move_confirm" => "כן, מחק את הדף", "delete_and_move_reason" => "מחיקה על מנת לאפשר העברה", "selfmove" => "כותרות המקור והיעד זהות; לא ניתן להעביר דף לעצמו.", -"immobile_namespace" => "כותרת היעד היא סוג מיוחד של דף; אי אפשר להעביר דפים לתוך מרחב שם זה.", +"immobile_namespace" => "כותרת המקור או היעד היא סוג מיוחד של דף; לא ניתן להעביר דפים לתוך או מתוך מרחב שם זה.", # Export "export" => "ייצוא דפים",