소스 검색

reword the inactivity description

Zach Humes 3 주 전
부모
커밋
2ff7c2f1f3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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);