diff --git a/index.php b/index.php index 2417d0b6daadf320ea3ea590485be9acca01d971..b0fba882f87a041a5001c88ddd7f9d2ebc96cf22 100644 --- a/index.php +++ b/index.php @@ -50,29 +50,29 @@ for ($i=0; $i<sizeof($array_features); $i++) { $tpl->set_var("NEWS_MAIN", _("NEWS")); $array_news_title = array( - 0 => sprintf(_("Gajim %s is here!"), "0.15.1") - 1 => sprintf(_("Gajim %s is here!"), "0.15") + 0 => sprintf(_("Gajim %s is here!"), "0.15.1"), + 1 => sprintf(_("Gajim %s is here!"), "0.15"), ); // 5 => sprintf(_("Release candidate 5 of Gajim %s"), "0.13"), // 6 => sprintf(_("Beta-release of Gajim %s"), "0.12"), // 7 => sprintf(_("Alpha-release of Gajim %s"), "0.12")); // 3 => sprintf(_("New windows installer")), $array_news_date = array( - 0 => _("29 August 2012") - 1 => _("18 March 2012") + 0 => _("29 August 2012"), + 1 => _("18 March 2012"), ); $array_news_desc = array( - 0 => sprintf(_("Version %s of Gajim has been released."), "0.15.1") - 1 => sprintf(_("Version %s of Gajim has been released."), "0.15") + 0 => sprintf(_("Version %s of Gajim has been released."), "0.15.1"), + 1 => sprintf(_("Version %s of Gajim has been released."), "0.15"), ); // 6 => sprintf(_("Version %s will arrive very soon."), "0.12"), // 7 => sprintf(_("Version %s will arrive soon."), "0.12")); // 3 => sprintf(_("New Windows Installer with GTK+ included.")), $array_news_whats_new = array( - 0 => sprintf(_("What's new since %s:"), "0.15") - 1 => sprintf(_("What's new since %s:"), "0.14.4") + 0 => sprintf(_("What's new since %s:"), "0.15"), + 1 => sprintf(_("What's new since %s:"), "0.14.4"), ); // 3 => sprintf(_("What's new in it:")),