Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af65f18

Browse files
authored
Remove unneeded capitalize
1 parent 13f83d2 commit af65f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/autoslab.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ static void checkslabs(color_ostream &out)
194194
)
195195
{
196196
createSlabJob(ghost);
197-
auto fullName = Translation::capitalize(Translation::TranslateName(&ghost->name, false), true);
197+
auto fullName = Translation::TranslateName(&ghost->name, false);
198198
out.print("Added slab order for ghost %s\n", fullName.c_str());
199199
}
200200
}

0 commit comments

Comments
 (0)