Fix casing of the "to" stop word in editor strings

This commit is contained in:
Hugo Locurcio
2021-07-13 15:28:00 +02:00
parent b217f824ff
commit e8c9877ad8
5 changed files with 5 additions and 5 deletions

View File

@ -977,7 +977,7 @@ bool CustomPropertyEditor::edit(Object *p_owner, const String &p_name, Variant::
icon = get_icon(what, "Resource");
}
menu->add_icon_item(icon, vformat(TTR("Convert To %s"), what), CONVERT_BASE_ID + i);
menu->add_icon_item(icon, vformat(TTR("Convert to %s"), what), CONVERT_BASE_ID + i);
}
}