From f3cbb10d8ebff6ff0c275c817df1e187da8e3128 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 25 May 2005 06:41:51 +0000 Subject: - #19434: Improved forum admin texts. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 0b4b6cb2d..f117f6c80 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -263,7 +263,7 @@ function forum_overview() { } } else { - $rows[] = array(array('data' => t('There are no containers or forums.'), 'colspan' => 2)); + $rows[] = array(array('data' => '' . t('There are no existing containers or forums. You may add some on the add container or add forum pages.', array('%container' => url('admin/forum/add/container'), '%forum' => url('admin/forum/add/forum'))) . '', 'colspan' => 2)); } return theme('table', $header, $rows); } -- cgit v1.2.3