From 1aedd5e7f60d7011424eafa83231518d155e76ea Mon Sep 17 00:00:00 2001 From: "T.D. Corell" Date: Wed, 17 Sep 2003 19:45:19 +0000 Subject: [PATCH] Added translation phrases in wlCutoffLinks(). --- includes/SpecialWatchlist.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 0b7374c1dd..cadf1f96b8 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -209,9 +209,9 @@ function wlCutoffLinks( $days, $limit, $page = "Watchlist" ) $days[$i++] = wlDaysLink( $d, $page ); } return - "Show last " . - implode(" | ", $hours) . " hours " . - implode(" | ", $days) . " days " . + wfMsg ("wlshowlast") . + implode(" | ", $hours) . wfMsg("wlhours") . + implode(" | ", $days) . wfMsg("wldays") . wlDaysLink( 0, $page ); # $note = wfMsg( "rclinks", $cl, $dl, $mlink ); } -- 2.20.1