Fix casing of the "to" stop word in editor strings
This commit is contained in:
@ -207,7 +207,7 @@ void EditorResourcePicker::_update_menu_items() {
|
||||
icon = get_icon(what, "Resource");
|
||||
}
|
||||
|
||||
edit_menu->add_icon_item(icon, vformat(TTR("Convert To %s"), what), CONVERT_BASE_ID + i);
|
||||
edit_menu->add_icon_item(icon, vformat(TTR("Convert to %s"), what), CONVERT_BASE_ID + i);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user