From 566444132c3f539d819a50208a654f013d133c79 Mon Sep 17 00:00:00 2001 From: Razmoth <32140579+Razmoth@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:42:12 +0400 Subject: [PATCH] - [GUI] change text --- AssetStudio.GUI/MainForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetStudio.GUI/MainForm.Designer.cs b/AssetStudio.GUI/MainForm.Designer.cs index 954e9a4..e2a3f6b 100644 --- a/AssetStudio.GUI/MainForm.Designer.cs +++ b/AssetStudio.GUI/MainForm.Designer.cs @@ -904,7 +904,7 @@ private void InitializeComponent() treeSearch.ForeColor = System.Drawing.SystemColors.WindowText; treeSearch.Location = new System.Drawing.Point(0, 0); treeSearch.Name = "treeSearch"; - treeSearch.PlaceholderText = "Search (with Ctrl to check result, with Shift for all)"; + treeSearch.PlaceholderText = "Search (with Ctrl to check result, with Shift for all, alt for parent nodes)"; treeSearch.Size = new System.Drawing.Size(472, 23); treeSearch.TabIndex = 0; treeSearch.TextChanged += treeSearch_TextChanged;