diff options
Diffstat (limited to 'protocols/Omegle/src')
-rw-r--r-- | protocols/Omegle/src/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/src/constants.h b/protocols/Omegle/src/constants.h index f6491b61f4..58eb3c5756 100644 --- a/protocols/Omegle/src/constants.h +++ b/protocols/Omegle/src/constants.h @@ -131,5 +131,5 @@ static const struct { // Known server messages, only to inform lpgen
static const char *server_messages[] = {
LPGEN("Stranger is using Omegle's mobile Web site (omegle.com on a phone or tablet)"),
- LPGEN("You and stranger speak the same language.")
+ LPGEN("You both speak the same language.")
};
|