Skip to content

Commit

Permalink
Merge pull request #92192 from timothyqiu/no-thank-you
Browse files Browse the repository at this point in the history
Don't translate preview in node batch rename dialog
  • Loading branch information
akien-mga committed May 21, 2024
2 parents 0e39ac6 + 09feef3 commit aaa4560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/rename_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ RenameDialog::RenameDialog(SceneTreeEditor *p_scene_tree_editor) {
vbc->add_child(lbl_preview_title);

lbl_preview = memnew(Label);
lbl_preview->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
lbl_preview->set_autowrap_mode(TextServer::AUTOWRAP_WORD_SMART);
vbc->add_child(lbl_preview);

Expand Down

0 comments on commit aaa4560

Please sign in to comment.