(bug 20372) Improve rollback-revisiondelete handling
[lhc/web/wiklou.git] / includes / Status.php
index 516ed95..4bceb2e 100644 (file)
@@ -159,7 +159,7 @@ class Status {
                        if ( $longContext ) {
                                $s = wfMsgNoTrans( $longContext, $s );
                        } elseif ( $shortContext ) {
-                               $s = wfMsgNoTrans( $shortContext, "\n$s\n" );
+                               $s = wfMsgNoTrans( $shortContext, "\n$s\n" );
                        }
                }
                return $s;