diff --git a/skytemple/controller/settings.py b/skytemple/controller/settings.py
index 2bbdd8c28..9b018d395 100644
--- a/skytemple/controller/settings.py
+++ b/skytemple/controller/settings.py
@@ -222,7 +222,7 @@ def on_setting_help_async_clicked(self, *args):
"Synchronous: Asynchronous operations run immediately. The SkyTemple UI freezes briefly during that.\n\n"
"GLib: Same has 'Synchronous' but the UI gets the chance to finish displaying loaders etc. "
"before they are run.\n\n"
- "Using Gbulb event loop: This enables Single-Thread asynchronous loading. It is generally the preferred"
+ "Using Gbulb event loop: This enables Single-Thread asynchronous loading. It is generally the preferred "
"option if available.")
)
md.run()
diff --git a/skytemple/core/sprite_provider.py b/skytemple/core/sprite_provider.py
index 69c65788a..c7b465bc7 100644
--- a/skytemple/core/sprite_provider.py
+++ b/skytemple/core/sprite_provider.py
@@ -505,7 +505,7 @@ def _load_sprite_from_rom(self, path: str) -> ModelContext[Wan]:
def get_loader(self) -> SpriteAndOffsetAndDims:
"""
- Returns the loader sprite. A "loading" icon with the size ~24x24px.
+ Returns the loader sprite. A "loading" icon with the size ~24×24px.
"""
assert self._loader_surface_dims
assert self._loader_surface
@@ -514,7 +514,7 @@ def get_loader(self) -> SpriteAndOffsetAndDims:
def get_error(self) -> SpriteAndOffsetAndDims:
"""
- Returns the error sprite. An "error" icon with the size ~24x24px.
+ Returns the error sprite. An "error" icon with the size ~24×24px.
"""
w, h = self._error_surface_dims
return self._error_surface, int(w/2), h, w, h
diff --git a/skytemple/module/bgp/controller/bgp.py b/skytemple/module/bgp/controller/bgp.py
index da9f0d519..18f78d303 100644
--- a/skytemple/module/bgp/controller/bgp.py
+++ b/skytemple/module/bgp/controller/bgp.py
@@ -39,10 +39,10 @@
INFO_IMEXPORT_ENTIRE = _("""- The image is a 256-color indexed PNG.
- The 256 colors are divided into 16 16 color palettes.
-- Each 8x8 tile in the image MUST only use colors from
+- Each 8×8 tile in the image MUST only use colors from
one of these 16 palettes.
- The first color in each palette is transparency.
-- Each import must result in a maximum of 1024 unique 8x8 tiles
+- Each import must result in a maximum of 1024 unique 8×8 tiles
(=not existing with another palette or flipped or rotated).""")
logger = logging.getLogger(__name__)
diff --git a/skytemple/module/dungeon_graphics/controller/dungeon_bg.py b/skytemple/module/dungeon_graphics/controller/dungeon_bg.py
index 07afa080c..47626f06f 100644
--- a/skytemple/module/dungeon_graphics/controller/dungeon_bg.py
+++ b/skytemple/module/dungeon_graphics/controller/dungeon_bg.py
@@ -40,25 +40,25 @@
from skytemple.module.dungeon_graphics.module import DungeonGraphicsModule
-INFO_IMEXPORT_TILES = _("""- The image consists of 8x8 tiles.
+INFO_IMEXPORT_TILES = _("""- The image consists of 8×8 tiles.
- The image is a 256-color indexed PNG.
- The 256 colors are divided into 16 16 color palettes.
-- Each 8x8 tile in the image MUST only use colors from
+- Each 8×8 tile in the image MUST only use colors from
one of these 16 palettes.
- The first color in each palette is transparency.
- The exported palettes are only for your convenience.
They are based on the first time the tile is used in a
chunk mapping (Chunks > Edit Chunks).
-- Each import must result in a maximum of 1024 unique 8x8 tiles
+- Each import must result in a maximum of 1024 unique 8×8 tiles
(=not existing with another palette or flipped or rotated).
""")
INFO_IMEXPORT_CHUNK = _("""- The image is a 256-color indexed PNG.
- The 256 colors are divided into 16 16 color palettes.
-- Each 8x8 tile in the image MUST only use colors from
+- Each 8×8 tile in the image MUST only use colors from
one of these 16 palettes.
- The first color in each palette is transparency.
-- Each import must result in a maximum of 1024 unique 8x8 tiles
+- Each import must result in a maximum of 1024 unique 8×8 tiles
(=not existing with another palette or flipped or rotated).
Some image editors have problems when working with indexed
@@ -68,10 +68,10 @@
INFO_IMEXPORT_ENTIRE = _("""- The images is a 256-color indexed PNG.
- The 256 colors are divided into 16 16 color palettes.
-- Each 8x8 tile in the image MUST only use colors from
+- Each 8×8 tile in the image MUST only use colors from
one of these 16 palettes.
- The first color in each palette is transparency.
-- Each import must result in a maximum of 1024 unique 8x8 tiles
+- Each import must result in a maximum of 1024 unique 8×8 tiles
(=not existing with another palette or flipped or rotated).
Some image editors have problems when working with indexed
diff --git a/skytemple/module/dungeon_graphics/controller/tileset.glade b/skytemple/module/dungeon_graphics/controller/tileset.glade
index b9aaf3cc2..4c051a42d 100644
--- a/skytemple/module/dungeon_graphics/controller/tileset.glade
+++ b/skytemple/module/dungeon_graphics/controller/tileset.glade
@@ -58,16 +58,16 @@
TrueFalseThis will export all chunks.
-Chunks are the 24x24px images that make up the
+Chunks are the 24×24px images that make up the
graphics of one dungeon tile.
-The consist of 3x3 8x8px tiles.
+The consist of 3×3 8×8px tiles.
You can edit and import the chunks again.
Please note the following about the format of the files:
- The images are 256-color indexed PNGs.
- The 256 colors are divided into 12 16 color palettes.
-- Each 8x8 tile in the image MUST only use colors from
+- Each 8×8 tile in the image MUST only use colors from
one of these 12 palettes.
- The first color in each palette is transparency.
@@ -1223,8 +1223,8 @@ be able to re-import the chunks!