summaryrefslogtreecommitdiff
path: root/modules/path.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path.module')
-rw-r--r--modules/path.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/path.module b/modules/path.module
index cee8385fb..52279451d 100644
--- a/modules/path.module
+++ b/modules/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);