From 9fa2a1713678e4dd1799afda286f1b073b3df458 Mon Sep 17 00:00:00 2001
From: Alessandro Ranellucci <aar@cpan.org>
Date: Mon, 24 Mar 2014 14:25:12 +0100
Subject: [PATCH] Better tooltip for top_solid_infill_speed. #1752

---
 xs/src/PrintConfig.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xs/src/PrintConfig.hpp b/xs/src/PrintConfig.hpp
index 49cc64067..788cf9aad 100644
--- a/xs/src/PrintConfig.hpp
+++ b/xs/src/PrintConfig.hpp
@@ -878,7 +878,7 @@ class PrintConfigDef
 
         Options["top_solid_infill_speed"].type = coFloatOrPercent;
         Options["top_solid_infill_speed"].label = "Top solid infill";
-        Options["top_solid_infill_speed"].tooltip = "Speed for printing top solid regions. You may want to slow down this to get a nicer surface finish. This can be expressed as a percentage (for example: 80%) over the solid infill speed above.";
+        Options["top_solid_infill_speed"].tooltip = "Speed for printing top solid layers (it only applies to the uppermost external layers and not to their internal solid layers). You may want to slow down this to get a nicer surface finish. This can be expressed as a percentage (for example: 80%) over the solid infill speed above.";
         Options["top_solid_infill_speed"].sidetext = "mm/s or %";
         Options["top_solid_infill_speed"].cli = "top-solid-infill-speed=s";
         Options["top_solid_infill_speed"].ratio_over = "solid_infill_speed";