From 03fce70d906a612463600d81a57b27631fd102f2 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 31 Aug 2011 14:36:17 +0200
Subject: [PATCH]  Jabber -> Jabber/XMPP

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
index f25aaec5..07774b67 100644
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@ $tpl->set_file("page","index.tpl");
 $tpl->set_var("HELLO", _("Hello and welcome to the Gajim project website"));
 
 $array_line_begin = array(
-	0 => _("The goal of Gajim is to provide a full featured and easy to use Jabber client. Gajim works nicely with GNOME, but does not require it to run. It is released under the GNU General Public License. If you find bugs or have ideas how Gajim can be better, ")."<a href=\"http://trac.gajim.org/newticket\">"._("please send tickets")."</a>.");
+	0 => _("The goal of Gajim is to provide a full featured and easy to use Jabber/XMPP client. Gajim works nicely with GNOME, but does not require it to run. It is released under the GNU General Public License. If you find bugs or have ideas how Gajim can be better, ")."<a href=\"http://trac.gajim.org/newticket\">"._("please send tickets")."</a>.");
 	
 $tpl->set_block("page","LINES_BEGIN","line");
 for ($i=0; $i<sizeof($array_line_begin); $i++) {
-- 
GitLab