diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.admin.inc | 2 |
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; |