Minor changes in file_format_doesnt_support_error/warning strings

This commit is contained in:
David Capello 2023-03-20 12:55:20 -03:00
parent 298981732e
commit 63de8edfdf

View File

@ -90,16 +90,20 @@ END
file_format_doesnt_support_error = <<<END
Error
<<File format ".{0}" doesn't support:
<<
{1}
<<
<<You must select other format.
<<Use ".ase" to keep all the sprite information.
<<Use ".aseprite" to keep all the sprite information.
||&OK
END
file_format_doesnt_support_warning = <<<END
Warning
<<File format ".{0}" doesn't support:
<<
{1}
<<You can use ".ase" format to keep all this information.
<<
<<You can use ".aseprite" format to keep all this information.
<<Do you want continue with ".{0}" anyway?
||&Yes||&No
END