Переглянути джерело

Updated installation message

markseu 1 рік тому
батько
коміт
ab2b5974e3
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      system/extensions/core.php
  2. 1 1
      system/workers/update.php

+ 1 - 1
system/extensions/core.php

@@ -28,7 +28,7 @@ class YellowCore {
     public function command($line = "") {
         $statusCode = $this->processCoreUpdate();
         if ($statusCode==303) {
-            echo "Flux capacitor has reached 1.21 gigawatts. Please run command again.\n";
+            echo "Yellow flux capacitor has reached 1.21 gigawatts. Please run command again.\n";
         }
         return $statusCode<400 ? 0 : 1;
     }

+ 1 - 1
system/workers/update.php

@@ -204,7 +204,7 @@ class YellowUpdate {
         $this->updateEventPending();
         $statusCode = $this->updateExtensionPending();
         if ($statusCode==303) {
-            echo "Detected ZIP file".($this->extensions!=1 ? "s" : "");
+            echo "Yellow detected ZIP file".($this->extensions!=1 ? "s" : "");
             echo ", $this->extensions extension".($this->extensions!=1 ? "s" : "")." installed. Please run command again.\n";
         }
         return $statusCode;