diff options
Diffstat (limited to 'protocols')
-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") },
|