From 55dc257b77e4d5f7f4b121d0c427a28beedfe63d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 10 May 2005 19:59:45 +0000 Subject: - Patch #22307 by Robert: added missing ')' --- includes/locale.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/locale.inc b/includes/locale.inc index 79a3d8148..52b153a4d 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -23,7 +23,7 @@ function _locale_add_language($code, $name, $onlylanguage = TRUE) { // the language addition, we need to inform the user on how to start // a translation if ($onlylanguage) { - drupal_set_message(t('The language %locale has been created, and can now be used to import a translation. More information is available in the help screen.', array('%locale' => theme('placeholder', t($name)), '%locale-help' => url('admin/help/locale'))); + drupal_set_message(t('The language %locale has been created, and can now be used to import a translation. More information is available in the help screen.', array('%locale' => theme('placeholder', t($name)), '%locale-help' => url('admin/help/locale')))); } else { drupal_set_message(t('The language %locale has been created.', array('%locale' => theme('placeholder', t($name))))); -- cgit v1.2.3