]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - js/redirection.js
CSS tweak
[Rakka.git] / js / redirection.js
index c8653204d8b354218971b8994c29335f4efe6bf7..1a0c99b0bf4aceac2dabd0e286bceb81166d4c0a 100644 (file)
@@ -15,15 +15,14 @@ $(document).ready(function () {
         var editButton
             = $.INPUT({className: "editButton",
                        type:      "button",
-                       value:     from,
-                       title:     "Edit the page"});
+                       value:     "Edit the page"});
         $(editButton).click(function () {
             Rakka.editPage(from);
         });
 
         var box
             = $.P({className: "redirection"},
-                  "This page is redirected from", editButton);
+                  "This page has been redirected from “" + from + "”.", editButton);
 
         $("div.title").after(box);
     }