Преглед на файлове

Tweak wording a bit, refs #3177

Jordi Boggiano преди 9 години
родител
ревизия
e0ff9598c3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Composer/DependencyResolver/SolverProblemsException.php

+ 1 - 1
src/Composer/DependencyResolver/SolverProblemsException.php

@@ -72,7 +72,7 @@ class SolverProblemsException extends \RuntimeException
             return '';
         }
 
-        $text = "\n  Because of missing extensions, please verify whether they are enabled in those .ini files:\n    - ";
+        $text = "\n  To enable extensions, verify that they are enabled in those .ini files:\n    - ";
         $text .= implode("\n    - ", $paths);
         $text .= "\n  You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.";