Merge pull request #90118 from AyOhEe/sln-title-fix
Fix "Create C# solution" dialog
This commit is contained in:
commit
f2cc814f35
1 changed files with 2 additions and 2 deletions
|
|
@ -167,8 +167,8 @@ namespace GodotTools
|
|||
|
||||
public void ShowConfirmCreateSlnDialog()
|
||||
{
|
||||
_confirmCreateSlnDialog.Title = "C# solution already exists. This will override the existing C# project file, any manual changes will be lost.".TTR();
|
||||
_confirmCreateSlnDialog.DialogText = "Create C# solution".TTR();
|
||||
_confirmCreateSlnDialog.Title = "Create C# solution".TTR();
|
||||
_confirmCreateSlnDialog.DialogText = "C# solution already exists. This will override the existing C# project file, any manual changes will be lost.".TTR();
|
||||
EditorInterface.Singleton.PopupDialogCentered(_confirmCreateSlnDialog);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue