Localization improvements: Text correction

This commit is contained in:
YuSanka 2019-12-06 08:59:25 +01:00
parent b10ee7217c
commit 805a6c936c
7 changed files with 18 additions and 14 deletions

View file

@ -1320,7 +1320,7 @@ std::string Print::validate() const
} while (ref_z == next_ref_z);
}
if (std::abs(this_height - ref_height) > EPSILON)
return L("The Wipe tower is only supported if all objects have the same layer height profile");
return L("The Wipe tower is only supported if all objects have the same variable layer height");
i += 2;
}
}