From 944f72d1a74640276a844cc461594ba247406567 Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Sat, 14 Sep 2019 14:25:12 +0200 Subject: [PATCH] Improved help text. --- src/hunt_optimizer/gui/HelpView.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hunt_optimizer/gui/HelpView.ts b/src/hunt_optimizer/gui/HelpView.ts index e508f4e0..8302cb8b 100644 --- a/src/hunt_optimizer/gui/HelpView.ts +++ b/src/hunt_optimizer/gui/HelpView.ts @@ -9,16 +9,16 @@ export class HelpView extends ResizableWidget { { class: "hunt_optimizer_HelpView" }, el.p({ text: - "Add some items with the drop down to see the optimal combination of hunt methods on the right.", + "Add some items with the combo box on the left to see the optimal combination of hunt methods on the right.", }), el.p({ text: - 'At the moment a method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you.', + 'At the moment a hunt method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you.', }), el.p({ text: "Only enemy drops are considered. Box drops are coming." }), el.p({ text: - "The optimal result is calculated using linear optimization. The optimizer takes rare enemies and the fact that pan arms can be split in two into account.", + "The optimal result is calculated using linear optimization. The optimizer takes into account rare enemies and the fact that pan arms can be split in two.", }), ), );