Renumber parameters to remove , doesn't break translations yet.
authorRotem Liss <rotem@users.mediawiki.org>
Tue, 17 Jun 2008 08:07:35 +0000 (08:07 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Tue, 17 Jun 2008 08:07:35 +0000 (08:07 +0000)
includes/specials/Emailuser.php
languages/messages/MessagesEn.php
languages/messages/MessagesHe.php

index 4e7045d..677618b 100644 (file)
@@ -151,10 +151,9 @@ class EmailUserForm {
                $prefsTitle = Title::newFromText( 'Preferences', NS_SPECIAL );
                
                // Add a standard footer
-               $footerArgs[0] = $wgSitename;
-               $footerArgs[1] = $from->name;
-               $footerArgs[2] = $to->name;
-               $footerArgs[3] = $prefsTitle->getFullURL();
+               $footerArgs[0] = $from->name;
+               $footerArgs[1] = $to->name;
+               $footerArgs[2] = $prefsTitle->getFullURL();
                $this->text = $this->text . "\n" . wfMsgExt( 'emailuserfooter', 'parsemag', $footerArgs );
                
                if( wfRunHooks( 'EmailUser', array( &$to, &$from, &$subject, &$this->text ) ) ) {
index 5dac099..6417462 100644 (file)
@@ -2014,10 +2014,10 @@ The e-mail address you entered in your user preferences will appear as the "From
 'emailccsubject'  => 'Copy of your message to $1: $2',
 'emailsent'       => 'E-mail sent',
 'emailsenttext'   => 'Your e-mail message has been sent.',
-'emailuserfooter' => 'Sent automatically by {{SITENAME}} to $2 for $3.
+'emailuserfooter' => 'Sent automatically by {{SITENAME}} to $1 for $2.
 Please note, {{SITENAME}} cannot be held responsible for the content of this email.
 The option to remove yourself from these mailings is in your preferences.
-Check your preferences at $4 and uncheck "Enable e-mail from other users."',
+Check your preferences at $3 and uncheck "Enable e-mail from other users."',
 
 # Watchlist
 'watchlist'            => 'My watchlist',
index 3d1e2b9..1d2d5cb 100644 (file)
@@ -1675,10 +1675,10 @@ PICT # שונות
 'emailccsubject'  => 'העתק של הודעתך למשתמש $1: $2',
 'emailsent'       => 'הדואר נשלח',
 'emailsenttext'   => 'הודעת הדואר האלקטרוני שלך נשלחה.',
-'emailuserfooter' => 'נשלח אוטומטית על־ידי $1 מהמשתמש $2 למשתמש $3
-שימו לב: האתר $1 אינו מחזיק באחריות לתוכן הדואר האלקטרוני הזה.
+'emailuserfooter' => 'נשלח אוטומטית על־ידי {{SITENAME}} מהמשתמש $1 למשתמש $2
+שימו לב: האתר {{SITENAME}} אינו מחזיק באחריות לתוכן הדואר האלקטרוני הזה.
 באפשרותכם לבטל את האפשרות לקבלת דואר אלקטרוני ממשתמשים אחרים בהעדפות.
-אנא בדקו את העדפות המשתמש שלכם בכתובת $4 ובטלו את הסימון בתיבה "אפשר קבלת דוא"ל ממשתמשים אחרים".',
+אנא בדקו את העדפות המשתמש שלכם בכתובת $3 ובטלו את הסימון בתיבה "אפשר קבלת דוא"ל ממשתמשים אחרים".',
 
 # Watchlist
 'watchlist'            => 'רשימת המעקב שלי',