mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Reverted the change where StringUtil::toCapitalized() would capitalize characters follow apostrophes
This commit is contained in:
parent
b067481f3f
commit
5bea1dfb8b
|
@ -570,7 +570,7 @@ namespace Utils
|
|||
}
|
||||
|
||||
if (chr == " " || chr == "-" || chr == "\n" || chr == "\r" || chr == "\t" ||
|
||||
chr == "(" || chr == "[" || chr == "'" || chr == "\"")
|
||||
chr == "(" || chr == "[" || chr == "\"")
|
||||
capitalize = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue