From aa5137c826be0dc3c45b9e7b7484c59159518fb2 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 1 Jun 2004 20:34:32 +0000 Subject: [PATCH] better undelete tab wording --- languages/Language.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index e301c40602..7e6ea7a9d9 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -463,7 +463,7 @@ and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] f "editthispage" => "Edit this page", 'delete' => 'Delete', "deletethispage" => "Delete this page", -"undelete_short" => "Undelete", +"undelete_short" => "Undelete $1 edits", 'protect' => 'Protect', "protectthispage" => "Protect this page", 'unprotect' => 'Unprotect', @@ -1505,7 +1505,7 @@ amusement.", 'tooltip-history' => 'Past versions of this page, [alt-h]', 'tooltip-protect' => 'Protect this page [alt-=]', 'tooltip-delete' => 'Delete this page [alt-d]', -'tooltip-undelete' => "Restore $1 deleted edits to this page [alt-d]", +'tooltip-undelete' => "Restore the $1 edits done to this page before it was deleted [alt-d]", 'tooltip-move' => 'Move this page [alt-m]', 'tooltip-nomove' => 'You don\'t have the permissions to move this page', 'tooltip-watch' => 'Add this page to your watchlist [alt-w]', -- 2.20.1