summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--langpacks/czech/Plugins/Omegle.txt2
-rw-r--r--protocols/Omegle/src/constants.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/langpacks/czech/Plugins/Omegle.txt b/langpacks/czech/Plugins/Omegle.txt
index 1a487196a4..6f258ffd85 100644
--- a/langpacks/czech/Plugins/Omegle.txt
+++ b/langpacks/czech/Plugins/Omegle.txt
@@ -100,6 +100,8 @@ Připojování...
[Waiting for Stranger...]
Čekání na cizince...
;file \protocols\Omegle\src\constants.h
+[Random]
+Náhodný
[Stranger is using Omegle's mobile Web site (omegle.com on a phone or tablet)]
Cizinec používá mobilní stránky Omegle (omegle.com na telefonu nebo tabletu)
[You and stranger speak the same language.]
diff --git a/protocols/Omegle/src/constants.h b/protocols/Omegle/src/constants.h
index 81a4630c98..f6491b61f4 100644
--- a/protocols/Omegle/src/constants.h
+++ b/protocols/Omegle/src/constants.h
@@ -48,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Servers list
//static const char *servers[] = {"Random", "bajor", "cardassia", "promenade", "odo-bucket", "ferengi", "quilt", "empok-nor", "quibbler"};
-static const char *servers[] = {"Random", "front1", "front2", "front3", "front4", "front5", "front6", "front7", "front8", "front9"};
+static const char *servers[] = {LPGEN("Random"), "front1", "front2", "front3", "front4", "front5", "front6", "front7", "front8", "front9"};
static const struct {
const char *id;