diff --git a/assets/icons/README.md b/assets/icons/README.md index 6836c2f..fa4687a 100644 --- a/assets/icons/README.md +++ b/assets/icons/README.md @@ -1,7 +1,7 @@ # Icons Extracted from the game's own `GameAssets/Assets/Texture2D` (gitignored, -not redistributed as a whole), for reuse in FeNigma's UI rather than +not redistributed as a whole), for reuse in FEnigma's UI rather than redrawing equivalents from scratch. Two source filenames had typos in the game files themselves ("Frendly_", "Refrence_Point_"), corrected here on copy; everything else keeps its original name. diff --git a/install.sh b/install.sh index 8afbbf1..2d409c4 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Set up FeNigma: a venv for the pip deps, plus checks for the system +# Set up FEnigma: a venv for the pip deps, plus checks for the system # packages that can't come from pip (GTK4/libadwaita bindings, tesseract). set -euo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" diff --git a/run.sh b/run.sh index acdd820..5e996f6 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Launch FeNigma. +# Launch FEnigma. set -euo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" diff --git a/src/fenigma/__init__.py b/src/fenigma/__init__.py index 0c75069..bef2479 100644 --- a/src/fenigma/__init__.py +++ b/src/fenigma/__init__.py @@ -1 +1 @@ -"""FeNigma: screen-reading helper for IRON NEST: Heavy Turret Simulator.""" +"""FEnigma: screen-reading helper for IRON NEST: Heavy Turret Simulator."""