diff options
author | Cesar G <prototech91@gmail.com> | 2015-10-17 15:22:58 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-10-17 15:22:58 -0700 |
commit | 31350fb116208ce87ecd073cbd071c8c783cfb89 (patch) | |
tree | 2d72bc7fef0c759e89a708157aa8eb6267368c5f | |
parent | f1047ac854baba4d1015cd9a555a523b3860f2c9 (diff) | |
download | forums-31350fb116208ce87ecd073cbd071c8c783cfb89.tar forums-31350fb116208ce87ecd073cbd071c8c783cfb89.tar.gz forums-31350fb116208ce87ecd073cbd071c8c783cfb89.tar.bz2 forums-31350fb116208ce87ecd073cbd071c8c783cfb89.tar.xz forums-31350fb116208ce87ecd073cbd071c8c783cfb89.zip |
[ticket/14174] Refine wording of error descriptions in new installer.
PHPBB3-14174
-rw-r--r-- | phpBB/language/en/install_new.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/install_new.php b/phpBB/language/en/install_new.php index 5b3942c125..98760b9c7d 100644 --- a/phpBB/language/en/install_new.php +++ b/phpBB/language/en/install_new.php @@ -292,10 +292,10 @@ $lang = array_merge($lang, array( // Installer's general messages $lang = array_merge($lang, array( '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_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_TASK' => 'Skip “%s” task', |