From fa25c7a0ca13b57f098f0d2a2f7379ce73086723 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 19 Aug 2004 15:41:57 +0000 Subject: - Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions). --- modules/path/path.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index cee8385fb..52279451d 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -252,9 +252,9 @@ function path_perm() { function path_overview() { $sql = 'SELECT * FROM {url_alias}'; $header = array( - array('data' => t('alias'), 'field' => 'dst', 'sort' => 'asc'), - array('data' => t('system'), 'field' => 'src'), - array('data' => t('operations'), 'colspan' => 2) + array('data' => t('Alias'), 'field' => 'dst', 'sort' => 'asc'), + array('data' => t('System'), 'field' => 'src'), + array('data' => t('Operations'), 'colspan' => 2) ); $sql .= tablesort_sql($header); $result = pager_query($sql, 50); -- cgit v1.2.3