diff options
author | dartraiden <wowemuh@gmail.com> | 2023-11-06 21:48:21 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-11-06 21:48:21 +0300 |
commit | 1c501b4e0c959214d25bedc4f5f5ceee57c0ff4c (patch) | |
tree | 682825fd6c2d094b3d03d92823b57c10cd3e9ad6 /protocols/Omegle | |
parent | 439e203375e0c487d79c817fe2458421d5d125b1 (diff) |
more typos
Diffstat (limited to 'protocols/Omegle')
-rw-r--r-- | protocols/Omegle/src/dialogs.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Omegle/src/dialogs.cpp b/protocols/Omegle/src/dialogs.cpp index b604b8bd50..82708bf836 100644 --- a/protocols/Omegle/src/dialogs.cpp +++ b/protocols/Omegle/src/dialogs.cpp @@ -39,14 +39,14 @@ static languages[] = { { "bn", LPGENW("Bengali") },
{ "bs", LPGENW("Bosnian") },
{ "bg", LPGENW("Bulgarian") },
- { "ceb", LPGENW("Cebuanese") },
+ { "ceb", LPGENW("Cebuano") },
{ "cs", LPGENW("Czech") },
{ "zh-CN", LPGENW("Chinese (simplified)") },
{ "zh-TW", LPGENW("Chinese (traditional)") },
{ "da", LPGENW("Danish") },
{ "eo", LPGENW("Esperanto") },
{ "et", LPGENW("Estonian") },
- { "tl", LPGENW("Philipino") },
+ { "tl", LPGENW("Filipino") },
{ "fi", LPGENW("Finnish") },
{ "fr", LPGENW("French") },
{ "gl", LPGENW("Galician") },
@@ -82,7 +82,7 @@ static languages[] = { { "no", LPGENW("Norwegian") },
{ "fa", LPGENW("Persian") },
{ "pl", LPGENW("Polish") },
- { "pt", LPGENW("Portugese") },
+ { "pt", LPGENW("Portuguese") },
{ "ro", LPGENW("Romanian") },
{ "ru", LPGENW("Russian") },
{ "el", LPGENW("Greek") },
|