add missing space

This string is not tranlatable, can be backported during string freeze.
This commit is contained in:
Severin Glöckner 2022-08-22 14:22:58 +02:00
parent f0f76ed8a5
commit d205955136

View file

@ -234,7 +234,7 @@ std::string terrain_topic_generator::operator()() const {
ss << "Combined: " << (type_.is_combined() ? "Yes" : "No") << "\n";
ss << "Nonnull: " << (type_.is_nonnull() ? "Yes" : "No") << "\n";
ss << "Terrain string:" << type_.number() << "\n";
ss << "Terrain string: " << type_.number() << "\n";
ss << "Hide in Editor: " << (type_.hide_in_editor() ? "Yes" : "No") << "\n";
ss << "Editor Group: " << type_.editor_group() << "\n";