better undelete tab wording
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 1 Jun 2004 20:34:32 +0000 (20:34 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 1 Jun 2004 20:34:32 +0000 (20:34 +0000)
languages/Language.php

index e301c40..7e6ea7a 100644 (file)
@@ -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]',