add missing space
This string is not tranlatable, can be backported during string freeze.
This commit is contained in:
parent
f0f76ed8a5
commit
d205955136
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue