Fix for prev. revision.

git-svn-id: svn://kolibrios.org@4271 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
heavyiron 2013-11-21 13:32:03 +00:00
parent 1f997efbdd
commit f7431907f6

View File

@ -404,7 +404,7 @@ error9 db 'FAT tabel vigane',0
error10 db 'Juurdepääs keelatud',0
error11 db 'Seadme viga',0
aUnknownError db 'Tundmatu viga',0
rdError db 'You can't save image on itself',0
rdError db "You can't save image on itself",0
error_msg db 'Viga: ',0
;---------------------------------------------------------------------
else if lang eq it
@ -425,7 +425,7 @@ error9 db 'Tabella FAT corrotta',0
error10 db 'Accesso negato',0
error11 db 'Errore di device',0
aUnknownError db 'Errore sconosciuto',0
rdError db 'You can't save image on itself',0
rdError db "You can't save image on itself",0
error_msg db 'Errore: ',0
;---------------------------------------------------------------------
else
@ -446,7 +446,7 @@ error9 db 'File structure is destroyed',0
error10 db 'Access denied',0
error11 db 'Device error',0
aUnknownError db 'Unknown error',0
rdError db 'You can't save image on itself',0
rdError db "You can't save image on itself",0
error_msg db 'Error: ',0
end if
;---------------------------------------------------------------------