Skip to content

Commit 91e1e64

Browse files
Nutpilemateoconlechuga
authored andcommitted
Fixed bug in installer.asm
Fixed str_cesium_exists_error using accents
1 parent 82463fe commit 91e1e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ str_invalid_os_install:
147147
str_cesium_installed:
148148
db 'Installato nel menu ',$C1,'apps]',0
149149
str_cesium_exists_error:
150-
db 'Cesium è già installato, eliminalo prima di reinstallarlo.',0
150+
db 'Cesium e gia installato, eliminalo prima di reinstallarlo.',0
151151
str_delete_installer:
152152
db 'Eliminare l',$27,'installer?', 0
153153
db 'del - si',0

0 commit comments

Comments
 (0)