mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-01 01:11:46 +00:00
Amend comment.
This commit is contained in:
parent
cec2e6cea9
commit
94087bbc6a
@ -16,7 +16,7 @@ void I18NRepo::Clear() {
|
||||
}
|
||||
|
||||
const char *I18NCategory::T(const char *key, const char *def) {
|
||||
// Replace the \n's with \\n's so that we can use newlines in ini key values.
|
||||
// Replace the \n's with \\n's so that key values with newlines will be found correctly.
|
||||
std::string modifiedKey = key;
|
||||
modifiedKey = ReplaceAll(modifiedKey, "\n", "\\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user