1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Fix typos with codespell

This commit is contained in:
Rémi Verschelde
2022-12-15 12:26:59 +01:00
parent 55441f2301
commit 6963ba631e
11 changed files with 13 additions and 13 deletions

View File

@@ -989,7 +989,7 @@ void SpatialEditorViewport::_update_name() {
}
if (RoomManager::static_rooms_get_active_and_loaded()) {
// TRANSLATORS: This will be appended to the view name when Portal Occulusion is enabled.
// TRANSLATORS: This will be appended to the view name when Portal Occlusion is enabled.
name += TTR(" [portals active]");
}