Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b182fd8e
Commit
b182fd8e
authored
Oct 16, 2008
by
Dries Buytaert
Browse files
- Patch
#277206
by Damien Tournoud: untranslatable string in installer.php.
parent
967d8f67
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.php
View file @
b182fd8e
...
...
@@ -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
))
;
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment