Browse Source

Change tooltips on hunt area buttons for clarity

Lilith Song 3 năm trước cách đây
mục cha
commit
e0c1555efb
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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();
 					}