lng: fix typo decending -> descending

This commit is contained in:
Florian Klink
2016-06-07 21:56:09 +02:00
parent 2e7133d619
commit 7a36f5edac
8 changed files with 8 additions and 8 deletions

View File

@@ -399,7 +399,7 @@ class paging {
}
$breakorws = ($break ? '<br />' : '&nbsp;');
foreach (array('asc' => $lng['panel']['ascending'], 'desc' => $lng['panel']['decending']) as $sortordertype => $sortorderdescription) {
foreach (array('asc' => $lng['panel']['ascending'], 'desc' => $lng['panel']['descending']) as $sortordertype => $sortorderdescription) {
$orderoptions.= makeoption($sortorderdescription, $sortordertype, $this->sortorder, true, true);
}