mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #3994 from prototech/ticket/14174
[ticket/14174] Refine wording of error descriptions in new installer.
This commit is contained in:
commit
9781a55711
1 changed files with 2 additions and 2 deletions
|
@ -292,10 +292,10 @@ $lang = array_merge($lang, array(
|
||||||
// Installer's general messages
|
// Installer's general messages
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'MODULE_NOT_FOUND' => 'Module not found',
|
'MODULE_NOT_FOUND' => 'Module not found',
|
||||||
'MODULE_NOT_FOUND_DESCRIPTION' => 'No module is found under the service definition “%s” is not defined.',
|
'MODULE_NOT_FOUND_DESCRIPTION' => 'A module could not be found because the service, %s, is undefined.',
|
||||||
|
|
||||||
'TASK_NOT_FOUND' => 'Task not found',
|
'TASK_NOT_FOUND' => 'Task not found',
|
||||||
'TASK_NOT_FOUND_DESCRIPTION' => 'No task is found under the service definition “%s” is not defined.',
|
'TASK_NOT_FOUND_DESCRIPTION' => 'A task could not be found because the service, %s, is undefined.',
|
||||||
|
|
||||||
'SKIP_MODULE' => 'Skip “%s” module',
|
'SKIP_MODULE' => 'Skip “%s” module',
|
||||||
'SKIP_TASK' => 'Skip “%s” task',
|
'SKIP_TASK' => 'Skip “%s” task',
|
||||||
|
|
Loading…
Add table
Reference in a new issue