From: Michał Łazowik Date: Mon, 8 Jul 2013 10:54:34 +0000 (+0200) Subject: Replaced (latest|earliest) with (newest|oldest) on history page X-Git-Tag: 1.31.0-rc.0~19242^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=adad9d0c2a4ac271e8e1f270d52c97c8951b1d41;p=lhc%2Fweb%2Fwiklou.git Replaced (latest|earliest) with (newest|oldest) on history page to be consistent with (newer 200|older 200). Bug: 29444 Change-Id: I8f9bffa62075539d098ebb1b12a66a4bbfcda19d --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index d675e178ec..778bbc865f 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1622,8 +1622,8 @@ Legend: '''({{int:cur}})''' = difference with latest revision, '''({{int:last}}) 'history-fieldset-title' => 'Browse history', 'history-show-deleted' => 'Deleted only', 'history_copyright' => '-', # do not translate or duplicate this message to other languages -'histfirst' => 'Earliest', -'histlast' => 'Latest', +'histfirst' => 'oldest', +'histlast' => 'newest', 'historysize' => '({{PLURAL:$1|1 byte|$1 bytes}})', 'historyempty' => '(empty)',