summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-10-16 13:47:06 +0000
committerDries Buytaert <dries@buytaert.net>2008-10-16 13:47:06 +0000
commitb182fd8e23dbf72c4d72b29fee82b31987a673a3 (patch)
tree3f2e681ae8fbf5c44d00bad6da119bc08a28012c /install.php
parent967d8f67ac957924b9cb6855cb650f8f67d58cdc (diff)
downloadbrdo-b182fd8e23dbf72c4d72b29fee82b31987a673a3.tar.gz
brdo-b182fd8e23dbf72c4d72b29fee82b31987a673a3.tar.bz2
- Patch #277206 by Damien Tournoud: untranslatable string in installer.php.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index baf6437b1..c0a362a3e 100644
--- a/install.php
+++ b/install.php
@@ -853,7 +853,7 @@ function _install_module_batch($module, $module_name, &$context) {
// steps.
module_enable(array($module));
$context['results'][] = $module;
- $context['message'] = 'Installed ' . $module_name . ' module.';
+ $context['message'] = st('Installed %module module.', array('%module' => $module_name));
}
/**