Index: trunk/extensions/Poll/Poll_body.php |
— | — | @@ -152,7 +152,7 @@ |
153 | 153 | if($alternative_6 != "") { $wgOut->addHtml( '<tr><td>'.Xml::radio('vote', '6').' '.$alternative_6.'</td></tr>' ); } |
154 | 154 | $wgOut->addHtml( '<tr><td>'.Xml::submitButton(wfMsg( 'poll-submit' )).''.Xml::hidden('type', 'vote').'</td><td><a href="'.$wgTitle->getFullURL( 'action=score&id='.$vid ).'">'.wfMsg( 'poll-title-score' ).'</a></td></tr>' ); |
155 | 155 | $wgOut->addHtml( '<tr><td>' ); |
156 | | - $wgOut->addWikiText( '<small>'.wfMsg( 'poll-score-created' ).''.$creater.']]</small>' ); |
| 156 | + $wgOut->addWikiText( '<small>'.wfMsg( 'poll-score-created', $creater ).'</small>' ); |
157 | 157 | $wgOut->addHtml( '</td></tr>' ); |
158 | 158 | $wgOut->addHtml( Xml::closeElement( 'table' ) ); |
159 | 159 | if( ($poll_admin == true) OR ($creater == $user) ) { |
— | — | @@ -204,7 +204,7 @@ |
205 | 205 | if($alternative_5 != "") { $wgOut->addHtml( '<tr><td>'.$alternative_5.'</td><td>'.$query_num_5.'</td></tr>' ); } |
206 | 206 | if($alternative_6 != "") { $wgOut->addHtml( '<tr><td>'.$alternative_6.'</td><td>'.$query_num_6.'</td></tr>' ); } |
207 | 207 | $wgOut->addHtml( '<tr><td>' ); |
208 | | - $wgOut->addWikiText( '<small>'.wfMsg( 'poll-score-created' ).''.$creater.']]</small>' ); |
| 208 | + $wgOut->addWikiText( '<small>'.wfMsg( 'poll-score-created', $creater ).'</small>' ); |
209 | 209 | $wgOut->addHtml( '</td></tr>' ); |
210 | 210 | $wgOut->addHtml( Xml::closeElement( 'table' ) ); |
211 | 211 | $wgOut->addHtml( '<a href="'.$wgTitle->getFullURL('action=list').'">'.wfMsg('poll-back').'</a>' ); |
Index: trunk/extensions/Poll/Poll.i18n.php |
— | — | @@ -55,7 +55,7 @@ |
56 | 56 | 'poll-log-change' => '$1 changed poll "$2"', |
57 | 57 | 'poll-log-delete' => '$1 deleted poll "$2"', |
58 | 58 | 'poll-logentry' => 'Polls changed', |
59 | | - 'poll-score-created' => 'created from [[User:', |
| 59 | + 'poll-score-created' => 'created from [[User:$1]]', |
60 | 60 | 'poll-administration' => 'Administration:', |
61 | 61 | 'poll-no-dis' => 'No Description!', |
62 | 62 | ); |
— | — | @@ -107,7 +107,7 @@ |
108 | 108 | 'poll-log-change' => '$1 hat "$2" geändert!', |
109 | 109 | 'poll-log-delete' => '$1 hat "$2" gelöscht!', |
110 | 110 | 'poll-logentry' => 'Änderung an den Umfragen wurde vorgenommen', |
111 | | - 'poll-score-created' => 'erstellt von [[Benutzer:', |
| 111 | + 'poll-score-created' => 'erstellt von [[Benutzer:$1]]', |
112 | 112 | 'poll-administration' => 'Administration:', |
113 | 113 | 'poll-no-dis' => 'Keine Beschreibung vorhanden!', |
114 | 114 | ); |