mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
tringUtil::toCapitalized() will now capitalize characters following apostrophes and quotation marks
This commit is contained in:
parent
7ea52c13a5
commit
b067481f3f
|
@ -570,7 +570,7 @@ namespace Utils
|
|||
}
|
||||
|
||||
if (chr == " " || chr == "-" || chr == "\n" || chr == "\r" || chr == "\t" ||
|
||||
chr == "(" || chr == "[")
|
||||
chr == "(" || chr == "[" || chr == "'" || chr == "\"")
|
||||
capitalize = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue