Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f83d2 commit af65f18Copy full SHA for af65f18
1 file changed
plugins/autoslab.cpp
@@ -194,7 +194,7 @@ static void checkslabs(color_ostream &out)
194
)
195
{
196
createSlabJob(ghost);
197
- auto fullName = Translation::capitalize(Translation::TranslateName(&ghost->name, false), true);
+ auto fullName = Translation::TranslateName(&ghost->name, false);
198
out.print("Added slab order for ghost %s\n", fullName.c_str());
199
}
200
0 commit comments