mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Typos
This commit is contained in:
@@ -5999,7 +5999,7 @@ void VisualShaderEditor::_varying_validate() {
|
||||
error += TTR("Invalid name for varying.");
|
||||
has_error = true;
|
||||
} else if (visual_shader->has_varying(varname)) {
|
||||
error += TTR("Varying with that name is already exist.");
|
||||
error += TTR("Varying with that name already exists.");
|
||||
has_error = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user