From e9436af2a041835e419bf15a5f1c8900d97c2b23 Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Tue, 17 Mar 2020 17:25:51 +0100
Subject: [PATCH] grammar

---
 src/interaction/prostheticConfig.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interaction/prostheticConfig.tw b/src/interaction/prostheticConfig.tw
index 2333878bf23..3dc2e40418f 100644
--- a/src/interaction/prostheticConfig.tw
+++ b/src/interaction/prostheticConfig.tw
@@ -266,7 +266,7 @@ This room is lined with shelves and cabinets; it could be easily mistaken for a
 	<div>''Buy and fit''</div>
 	<div>
 		<<if $researchLab.level > 0>>
-			<<= App.UI.disabledLink(`''Construct in lab''`, ["Depending on lab speed, it might be faster than fitting an existing prosthetic but should almost always be faster than first building and than fitting it to $him."])>>
+			<<= App.UI.disabledLink(`''Construct in lab''`, ["Depending on lab speed, it might be faster than fitting an existing prosthetic but should almost always be faster than first building and then fitting it to $him."])>>
 		<<else>>
 			<<= App.UI.disabledLink(`''Construct in lab''`, ["With a lab you could both increase speed and decrease cost."])>>
 		<</if>>
-- 
GitLab