Quellcode durchsuchen

Change tooltips on hunt area buttons for clarity

Lilith Song vor 3 Jahren
Ursprung
Commit
e0c1555efb
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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();
 					}