diff --git a/plugins/autoslab.cpp b/plugins/autoslab.cpp index 32382a217..82333c822 100644 --- a/plugins/autoslab.cpp +++ b/plugins/autoslab.cpp @@ -194,7 +194,7 @@ static void checkslabs(color_ostream &out) ) { createSlabJob(ghost); - auto fullName = Translation::capitalize(Translation::TranslateName(&ghost->name, false), true); + auto fullName = Translation::TranslateName(&ghost->name, false); out.print("Added slab order for ghost %s\n", fullName.c_str()); } }