1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Fix typos with codespell

This commit is contained in:
Rémi Verschelde
2022-12-15 12:27:58 +01:00
parent 6b20c50429
commit c4a9b42297
7 changed files with 8 additions and 8 deletions

View File

@@ -783,7 +783,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]");
}