summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-03 00:44:53 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-03 00:44:53 +0000
commitb033a61208b59d4e530b54294477955177ca6ed2 (patch)
treef2cf26746b751703b97eca84ed24fa04001696f4 /modules/system/system.admin.inc
parent30a6c37c867a49ba0d1eb87a965f963f106ba558 (diff)
downloadbrdo-b033a61208b59d4e530b54294477955177ca6ed2.tar.gz
brdo-b033a61208b59d4e530b54294477955177ca6ed2.tar.bz2
#648410 follow-up by Dave Reid: Add link to create new from all empty table texts.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 358e9d208..9b24c5b43 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -2744,7 +2744,7 @@ function system_date_time_formats() {
'#theme' => 'table',
'#header' => $header,
'#rows' => $rows,
- '#empty' => ('No custom date formats available.'),
+ '#empty' => t('No custom date formats available. <a href="@link">Add date format</a>.', array('@link' => url('admin/config/regional/date-time/formats/add'))),
);
return $build;