| Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php |
| — | — | @@ -135,7 +135,7 @@ |
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | if( count( $toWatch ) > 0 ) { |
| 139 | | - $this->successMessage .= wfMessage( |
| | 139 | + $this->successMessage .= ' ' . wfMessage( |
| 140 | 140 | 'watchlistedit-raw-added', |
| 141 | 141 | $this->getLang()->formatNum( count( $toWatch ) ) |
| 142 | 142 | ); |
| — | — | @@ -143,7 +143,7 @@ |
| 144 | 144 | } |
| 145 | 145 | |
| 146 | 146 | if( count( $toUnwatch ) > 0 ) { |
| 147 | | - $this->successMessage .= wfMessage( |
| | 147 | + $this->successMessage .= ' ' . wfMessage( |
| 148 | 148 | 'watchlistedit-raw-removed', |
| 149 | 149 | $this->getLang()->formatNum( count( $toUnwatch ) ) |
| 150 | 150 | ); |