diff --git a/common/string_util.cpp b/common/string_util.cpp index 9190207ee..4b3b59eb1 100644 --- a/common/string_util.cpp +++ b/common/string_util.cpp @@ -593,6 +593,7 @@ std::string numberToWords(unsigned long long int n) return res; } +// first letter capitalized and rest made lower case std::string FormatName(const std::string& char_name) { std::string formatted(char_name);