mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Typos
This commit is contained in:
parent
28bd72a7e1
commit
bc7e68dfd1
19 changed files with 97 additions and 97 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue