mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 09:04:02 +00:00
Fix strings spelling typo: Difussion -> Diffusion. Notice, this is not compatible for translations.
This commit is contained in:
parent
cbe14089af
commit
77ea4d40b8
@ -374,7 +374,7 @@ ChangePixelFormat_Grayscale = Grayscale
|
||||
ChangePixelFormat_Indexed = Indexed
|
||||
ChangePixelFormat_Indexed_OrderedDithering = Indexed with Ordered Dithering
|
||||
ChangePixelFormat_Indexed_OldDithering = Indexed with Old Dithering
|
||||
ChangePixelFormat_Indexed_ErrorDifussion = Indexed with Floyd-Steinberg Error Diffusion Dithering
|
||||
ChangePixelFormat_Indexed_ErrorDiffusion = Indexed with Floyd-Steinberg Error Diffusion Dithering
|
||||
ChangePixelFormat_MoreOptions = More Options
|
||||
Clear = Clear
|
||||
ClearCel = Clear Cel
|
||||
|
@ -710,7 +710,7 @@ std::string ChangePixelFormatCommand::onGetFriendlyName() const
|
||||
conversion = Strings::commands_ChangePixelFormat_Indexed_OldDithering();
|
||||
break;
|
||||
case render::DitheringAlgorithm::ErrorDiffusion:
|
||||
conversion = Strings::commands_ChangePixelFormat_Indexed_ErrorDifussion();
|
||||
conversion = Strings::commands_ChangePixelFormat_Indexed_ErrorDiffusion();
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user