diff --git a/src/interaction/prostheticConfig.tw b/src/interaction/prostheticConfig.tw
index 964c4157cd332b8d47ae7c9e317ee4befc410d2e..f50c30ad3e1f71c9bf19c079abb7a5b944328dfd 100644
--- a/src/interaction/prostheticConfig.tw
+++ b/src/interaction/prostheticConfig.tw
@@ -280,7 +280,9 @@ Fit prosthetics to $him:
 	<div></div>
 	<div>''Buy and fit''</div>
 	<div>
-		<<= App.UI.disabledLink(`''Construct in lab''`, ["Takes longer than fitting an existing prosthetic but faster than first building and than fitting it to $him."])>>
+		<<if $researchLab.level > 0>>
+			<<= App.UI.disabledLink(`''Construct in lab''`, ["Depending on lab speed might be faster than fitting an existing prosthetic but almost always faster than first building and than fitting it to $him."])>>
+		<</if>>
 	</div>
 
 <<for _p range setup.prostheticIDs>>
@@ -291,7 +293,7 @@ Fit prosthetics to $him:
 		<<elseif setup.prosthetics[_p].level > $prostheticsUpgrade>>
 			<div class="full">//Better contracts needed to buy this.//</div>
 		<<elseif $activeSlave.readyProsthetics.findIndex(function(p) {return p.id == _p}) != -1>>
-			<div class="full">//Already finished.//</div>
+			<div class="full">//Completed.//</div>
 		<<else>>
 			<<capture _p>>
 			<div>
@@ -315,8 +317,6 @@ Fit prosthetics to $him:
 						slaveID: $activeSlave.ID})>>
 					/* 1.5: longer than adjust, but faster than adjust+craft. */
 				<</link>>
-			<<elseif $researchLab < 1>>
-				//no lab//
 			<</if>>
 			</div>
 			<</capture>>