diff --git a/templates/TableListField.ss b/templates/TableListField.ss index 9e792bdba..4524f1c15 100755 --- a/templates/TableListField.ss +++ b/templates/TableListField.ss @@ -20,9 +20,9 @@ <% if SortDirection = desc %> - <% _t('SORTASC') %> + <% _t('SORTASC', 'Sort in ascending order') %> <% else %> - <% _t('SORTDESC') %> + <% _t('SORTDESC', 'Sort in descending order') %> <% end_if %>   @@ -63,7 +63,7 @@ <% else %> <% if Markable %> <% end_if %> - <% _t('NOITEMSFOUND') %> + <% _t('NOITEMSFOUND', 'No items found') %> <% if Can(delete) %> <% end_if %> <% end_if %>