summaryrefslogtreecommitdiff
path: root/includes/locale.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-05-10 19:59:45 +0000
committerDries Buytaert <dries@buytaert.net>2005-05-10 19:59:45 +0000
commit55dc257b77e4d5f7f4b121d0c427a28beedfe63d (patch)
treef72c9766acff31eb32f851d449f19694861c7f8e /includes/locale.inc
parent7355739be1d5719601ac62cf9d1cb1df844e42a3 (diff)
downloadbrdo-55dc257b77e4d5f7f4b121d0c427a28beedfe63d.tar.gz
brdo-55dc257b77e4d5f7f4b121d0c427a28beedfe63d.tar.bz2
- Patch #22307 by Robert: added missing ')'
Diffstat (limited to 'includes/locale.inc')
-rw-r--r--includes/locale.inc2
1 files changed, 1 insertions, 1 deletions
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 <a href="%locale-help">help screen</a>.', 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 <a href="%locale-help">help screen</a>.', 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)))));