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