Browse Source

reword the inactivity description

Zach Humes 3 tuần trước cách đây
mục cha
commit
2ff7c2f1f3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Sunrise/src/client/ui/player/player_panel.cpp

+ 2 - 2
Sunrise/src/client/ui/player/player_panel.cpp

@@ -75,8 +75,8 @@ void draw_inactivity() noexcept {
 
     ImGui::TextUnformatted("Inactivity");
     ImGui::Separator();
-    ImGui::TextWrapped("The client returns a session to orbit once its controller has been idle "
-                       "for the timeout of the activity it is in.");
+    ImGui::TextWrapped("Disable AFK timeouts from activities kicking to orbit and the title "
+                       "screen.");
     ImGui::Spacing();
 
     bool changed = toggle::control("Enabled##inactivity", configured.enabled);