From 73f40db25819569a1da1dc111fdfa397c7d89f06 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 4 Jun 2008 13:21:36 +0000 Subject: [PATCH] * src/msgs/pl.msg: Bugfix in arguments of translated string that could crash the room (thanks to Anastasia Gornostaeva) SVN Revision: 1345 --- ChangeLog | 5 +++++ src/msgs/pl.msg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 09de06442..89c122f5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-04 Badlop + + * src/msgs/pl.msg: Bugfix in arguments of translated string that + could crash the room (thanks to Anastasia Gornostaeva) + 2008-05-31 Badlop * src/web/ejabberd_web.erl (make_xhtml/2): Allow to include diff --git a/src/msgs/pl.msg b/src/msgs/pl.msg index 44183b160..da91ad477 100644 --- a/src/msgs/pl.msg +++ b/src/msgs/pl.msg @@ -119,7 +119,7 @@ {"Traffic rate limit is exceeded", "Limit transferu przekroczony"}. {"Maximum Number of Occupants", "Maksymalna liczba uczestników"}. {"No limit", "Bez limitu"}. -{"~s invites you to the room ~s", "~ zaprasza Cię do pokoju ~s"}. +{"~s invites you to the room ~s", "~s zaprasza Cię do pokoju ~s"}. {"the password is", "hasło to"}. {" has set the subject to: ", "zmieł(a) temat na: "}. {"You need an x:data capable client to configure room", "Potrzebujesz klienta kompatybilnego z x:data aby skonfigurować pokój"}.