diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-06-28 21:07:15 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-06-28 21:07:15 +0000 |
commit | e95ebd07bb5fece1c55f103be19d5259aec5d481 (patch) | |
tree | bf1b94803f4a6b21f003dfd63aeec5193c1d21e1 | |
parent | cc004601bd795ef910f4b03a4dde6e5ae9093f7f (diff) |
Omegle: one string update
git-svn-id: http://svn.miranda-ng.org/main/trunk@5173 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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.")
};
|