From 595eb8b38b2c3bf54a6136098f780ea8057f951d Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Tue, 21 May 2024 17:01:38 +0200 Subject: [PATCH] Mon editor label text fix --- DS_Map/PokemonEditor.Designer.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DS_Map/PokemonEditor.Designer.cs b/DS_Map/PokemonEditor.Designer.cs index 28d8745..4827f81 100644 --- a/DS_Map/PokemonEditor.Designer.cs +++ b/DS_Map/PokemonEditor.Designer.cs @@ -97,8 +97,7 @@ this.syncChangesLabel.Name = "syncChangesLabel"; this.syncChangesLabel.Size = new System.Drawing.Size(555, 13); this.syncChangesLabel.TabIndex = 2; - this.syncChangesLabel.Text = "When this checkbox is marked changinging the pokemon in any of the tabs will sync" + - "hronize it accross the other tabs"; + this.syncChangesLabel.Text = "When this CheckBox is marked, all changes in any tab will be synchronized accross the other tabs."; // // flowLayoutPanel1 //