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

@ -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);
}
}
}