mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Translate Swedish in example strings to English
This commit is contained in:
parent
3be364073d
commit
bc2b9f4c3c
2 changed files with 6 additions and 6 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue