Fixes typo in source string sent to translation.

no mesh has ~~not~~ been assigned
This commit is contained in:
Omicron 2018-11-29 13:12:09 +01:00 committed by GitHub
parent 5b8dde4b4a
commit 464e294c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ String CPUParticles::get_configuration_warning() const {
if (!mesh_found) {
if (warnings != String())
warnings += "\n";
warnings += "- " + TTR("Nothing is visible because no mesh has not been assigned.");
warnings += "- " + TTR("Nothing is visible because no mesh has been assigned.");
}
if (!anim_material_found && (get_param(PARAM_ANIM_SPEED) != 0.0 || get_param(PARAM_ANIM_OFFSET) != 0.0 ||