Localise hard-coded message.
[lhc/web/wiklou.git] / includes / SpecialUndelete.php
index e3ab1e9..da57104 100644 (file)
@@ -689,7 +689,7 @@ class UndeleteForm {
                                        $wgOut->addHtml( '<hr />' );
                                }
                        } else {
-                               $wgOut->addHtml( 'No previous revision found.' );
+                               $wgOut->addHtml( wfMsgHtml( 'undelete-nodiff' ) );
                        }
                }