Forráskód Böngészése

Change tooltips on hunt area buttons for clarity

Lilith Song 3 éve
szülő
commit
e0c1555efb
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      HuntBuddy/Interface.cs

+ 2 - 2
HuntBuddy/Interface.cs

@@ -123,7 +123,7 @@ namespace HuntBuddy
 							if (ImGui.IsItemHovered())
 							{
 								ImGui.BeginTooltip();
-								ImGui.Text("Show hunt location on the map");
+								ImGui.Text("Show hunt area on the map");
 								ImGui.EndTooltip();
 							}
 
@@ -278,7 +278,7 @@ namespace HuntBuddy
 					if (ImGui.IsItemHovered())
 					{
 						ImGui.BeginTooltip();
-						ImGui.Text("Show hunt location on the map");
+						ImGui.Text("Show hunt area on the map");
 						ImGui.EndTooltip();
 					}