Merge pull request #102709 from KoBeWi/repeatranslations2

Split repeated translation for floating windows
This commit is contained in:
Thaddeus Crews 2025-03-11 16:53:50 -05:00
commit 165fdce84e
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
3 changed files with 3 additions and 3 deletions

View file

@ -497,7 +497,7 @@ ScreenSelect::ScreenSelect() {
set_disabled(true);
set_tooltip_text(EditorNode::get_singleton()->get_multiwindow_support_tooltip_text());
} else {
set_tooltip_text(TTR("Make this panel floating.\nRight-click to open the screen selector."));
set_tooltip_text(TTR("Make this panel floating.") + "\n" + TTR("Right-click to open the screen selector."));
}
// Create the popup.