Просмотр исходного кода

reword the inactivity description

Zach Humes 3 недель назад
Родитель
Сommit
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);