diff options
| author | Matthew Parlane <parlane@gmail.com> | 2017-02-06 17:36:41 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-06 17:36:41 +1300 |
| commit | 516ddc1d0cb247c93ea265dec2fc169d5a0f78d4 (patch) | |
| tree | 775fb473253b3e9458d6fc8c29a7097357bac50f /Source/Core/Common/StringUtil.cpp | |
| parent | 834ec372ccbbfa3edc2408901d7786ad7744f5a1 (diff) | |
| parent | bc2b9f4c3cce949d50974bb0ee15e288b96ab5ff (diff) | |
Merge pull request #4820 from JosJuice/translate-swedish
Translate Swedish in example strings to English
Diffstat (limited to 'Source/Core/Common/StringUtil.cpp')
| -rw-r--r-- | Source/Core/Common/StringUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/StringUtil.cpp b/Source/Core/Common/StringUtil.cpp index 95cc3b1586..67f88be160 100644 --- a/Source/Core/Common/StringUtil.cpp +++ b/Source/Core/Common/StringUtil.cpp @@ -201,7 +201,7 @@ std::string ArrayToString(const u8* data, u32 size, int line_len, bool spaces) return oss.str(); } -// Turns " hej " into "hej". Also handles tabs. +// Turns " hello " into "hello". Also handles tabs. std::string StripSpaces(const std::string& str) { const size_t s = str.find_first_not_of(" \t\r\n"); |
