From bc2b9f4c3cce949d50974bb0ee15e288b96ab5ff Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 4 Feb 2017 22:51:01 +0100 Subject: Translate Swedish in example strings to English --- Source/Core/Common/StringUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/StringUtil.cpp') 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"); -- cgit v1.2.3