diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-06 21:44:46 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-06 21:44:51 +0300 |
commit | 439e203375e0c487d79c817fe2458421d5d125b1 (patch) | |
tree | 7c38b15fa4b904dfb773d3811228451a0e4bd7f0 /protocols/Omegle/src/dialogs.cpp | |
parent | e5324ece5b3d383cde9af4f0290003504dbfe582 (diff) |
typo fix
Diffstat (limited to 'protocols/Omegle/src/dialogs.cpp')
-rw-r--r-- | protocols/Omegle/src/dialogs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/src/dialogs.cpp b/protocols/Omegle/src/dialogs.cpp index 33ac1453a4..b604b8bd50 100644 --- a/protocols/Omegle/src/dialogs.cpp +++ b/protocols/Omegle/src/dialogs.cpp @@ -83,7 +83,7 @@ static languages[] = { { "fa", LPGENW("Persian") },
{ "pl", LPGENW("Polish") },
{ "pt", LPGENW("Portugese") },
- { "ro", LPGENW("RomaŃian") },
+ { "ro", LPGENW("Romanian") },
{ "ru", LPGENW("Russian") },
{ "el", LPGENW("Greek") },
{ "sk", LPGENW("Slovak") },
|