Skip to content

Commit b5a39b2

Browse files
Merge pull request #5 from claudioemmanuel/iss-5/fix-pt-strings
Fix Portuguese strings to en-US
2 parents 081e426 + 5f6aab2 commit b5a39b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ case "$OS" in
1818
esac
1919
;;
2020
Windows*|MINGW*|CYGWIN*)
21-
echo "ERROR: Windows não é suportado. Use macOS ou Linux." >&2
21+
echo "ERROR: Windows is not supported. Use macOS or Linux." >&2
2222
exit 1
2323
;;
2424
*) echo "ERROR: unsupported OS $OS" >&2; exit 1 ;;

0 commit comments

Comments
 (0)