From 822092fcb4aba2180817e7052d640f548273bc9c Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Tue, 4 Aug 2026 16:59:34 +0200 Subject: [PATCH] Fix set camera tooltip in Atlas player section Refs: fe192fe58fae7879b8bee0808c0afd31e96cc0d9 Signed-off-by: Ralph Sennhauser --- .../atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.cpp b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.cpp index 6f8b9fe659..f03b07894a 100644 --- a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.cpp +++ b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.cpp @@ -262,7 +262,7 @@ public: wxGridSizer* gridSizer = new wxGridSizer(3, 5, 5); wxButton* cameraSet = new wxButton(cameraSizer->GetStaticBox(), ID_CameraSet, _("Set"), wxDefaultPosition, wxSize(48, -1)); gridSizer->Add(Tooltipped(cameraSet, - _("Set player camera to cameraSizer->GetStaticBox() view")), wxSizerFlags().Expand()); + _("Set player camera to this view")), wxSizerFlags().Expand()); wxButton* cameraView = new wxButton(cameraSizer->GetStaticBox(), ID_CameraView, _("View"), wxDefaultPosition, wxSize(48, -1)); cameraView->Enable(false); gridSizer->Add(Tooltipped(cameraView,