Separate the Special:Preferences title and the link to the preferences from the perso...
authorRotem Liss <rotem@users.mediawiki.org>
Fri, 8 Sep 2006 14:09:29 +0000 (14:09 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Fri, 8 Sep 2006 14:09:29 +0000 (14:09 +0000)
includes/SkinTemplate.php
languages/MessagesEn.php
languages/MessagesHe.php

index 5d28478..eddcc02 100644 (file)
@@ -493,7 +493,7 @@ class SkinTemplate extends Skin {
                        );
                        $href = $this->makeSpecialUrl('Preferences');
                        $personal_urls['preferences'] = array(
-                               'text' => wfMsg('preferences'),
+                               'text' => wfMsg('mypreferences'),
                                'href' => $this->makeSpecialUrl('Preferences'),
                                'active' => ( $href == $pageurl )
                        );
index fb42e03..fe845a6 100644 (file)
@@ -997,6 +997,7 @@ containing all of the search terms will appear in the result).",
 # Preferences page
 #
 'preferences'  => 'Preferences',
+'mypreferences'        => 'My preferences',
 'prefsnologin' => 'Not logged in',
 'prefsnologintext'     => "You must be [[Special:Userlogin|logged in]] to set user preferences.",
 'prefsreset'   => 'Preferences have been reset from storage.',
index c4918b9..1d0195c 100644 (file)
@@ -806,6 +806,7 @@ $messages = array(
 
 # Preferences page
 "preferences"           => "העדפות",
+"mypreferences"         => "ההעדפות שלי",
 "prefsnologin"          => "לא נרשמת באתר",
 "prefsnologintext"      => "עליכם [[{{ns:special}}:Userlogin|להיכנס לחשבון]] כדי לשנות העדפות משתמש.",
 "prefsreset"            => "העדפותיך שוחזרו לברירת המחדל.",