From: willcast Date: Mon, 17 Nov 2003 02:56:56 +0000 (+0000) Subject: - Added string used in the browse by author page (forgot to inlude it in the previous... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dcae5a5804f863852c5af0554921e9cf79452850;p=moodle.git - Added string used in the browse by author page (forgot to inlude it in the previous checkout) --- diff --git a/lang/en/glossary.php b/lang/en/glossary.php index 17b815524b..7d4b65e41d 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -119,6 +119,7 @@ $string['showalphabet'] = "Show alphabet"; $string['showall'] = "Show 'ALL' link"; $string['special'] = "Special"; $string['sortchronogically'] = "Sort chronologically"; +$string['sortby'] = "Sort by"; $string['sortbycreation'] = "By creation date"; $string['sortbylastupdate'] = "By last update"; $string['standardview'] = "Browse by alphabet";