diff --git a/Installer/Main.lua b/Installer/Main.lua index ce04d036..f17c1d1f 100644 --- a/Installer/Main.lua +++ b/Installer/Main.lua @@ -151,7 +151,7 @@ end -- If there's no suitable HDDs found - then meow if not temporaryFilesystemProxy then - status("No appropriate filesystem found", true) + status("No storage larger than 2 megabytes found", true) return end @@ -675,4 +675,4 @@ end) -------------------------------------------------------------------------------- loadStage() -workspace:start() \ No newline at end of file +workspace:start()