Zoë Prosvetova 3 лет назад
Родитель
Сommit
7c49f604f9
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      scripts/toolchain/fbtenv.sh

+ 2 - 2
scripts/toolchain/fbtenv.sh

@@ -16,7 +16,7 @@ get_kernel_type()
         echo "In MinGW shell use \"fbt.cmd\" instead of \"fbt\"";
         echo "In MinGW shell use \"fbt.cmd\" instead of \"fbt\"";
         exit 1;
         exit 1;
     else
     else
-        echo "Your system is not supported. Sorry. Please report us your configuration.";
+        echo "Sorry, your system is not supported. Please report your configuration to us.";
         exit 1;
         exit 1;
     fi
     fi
 }
 }
@@ -41,7 +41,7 @@ download_toolchain()
 main()
 main()
 {
 {
     if [ -z "${SCRIPT_PATH:-}" ]; then
     if [ -z "${SCRIPT_PATH:-}" ]; then
-        echo "Mannual running this script is now allowed.";
+        echo "Manual running of this script is not allowed.";
         exit 1;
         exit 1;
     fi
     fi
     get_kernel_type;  # sets TOOLCHAIN_PATH
     get_kernel_type;  # sets TOOLCHAIN_PATH