You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Merge pull request #24051 from Omicron666/patch-1
Fixes typo in source string sent to translation.
This commit is contained in:
@@ -217,7 +217,7 @@ String CPUParticles::get_configuration_warning() const {
|
|||||||
if (!mesh_found) {
|
if (!mesh_found) {
|
||||||
if (warnings != String())
|
if (warnings != String())
|
||||||
warnings += "\n";
|
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 ||
|
if (!anim_material_found && (get_param(PARAM_ANIM_SPEED) != 0.0 || get_param(PARAM_ANIM_OFFSET) != 0.0 ||
|
||||||
|
|||||||
Reference in New Issue
Block a user