From bfda5b08b8bddad93600fa23c77b201531e9bf78 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Wed, 29 Oct 2025 19:22:50 +1000 Subject: [PATCH] Update RenameFileDialog.tscn --- .../ContextMenus/Dialogs/RenameFileDialog.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SharpIDE.Godot/Features/SolutionExplorer/ContextMenus/Dialogs/RenameFileDialog.tscn b/src/SharpIDE.Godot/Features/SolutionExplorer/ContextMenus/Dialogs/RenameFileDialog.tscn index 76cac63..af4d202 100644 --- a/src/SharpIDE.Godot/Features/SolutionExplorer/ContextMenus/Dialogs/RenameFileDialog.tscn +++ b/src/SharpIDE.Godot/Features/SolutionExplorer/ContextMenus/Dialogs/RenameFileDialog.tscn @@ -4,7 +4,7 @@ [node name="RenameFileDialog" type="ConfirmationDialog"] oversampling_override = 1.0 -title = "Rename: Directory" +title = "Rename: File" position = Vector2i(0, 36) size = Vector2i(405, 115) visible = true @@ -23,4 +23,4 @@ text = "Enter name:" [node name="FileNameLineEdit" type="LineEdit" parent="VBoxContainer"] unique_name_in_owner = true layout_mode = 2 -text = "ExistingDirectoryName" +text = "ExistingFileName.cs"