Skip to content
Snippets Groups Projects
Commit 2591cdf5 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo

parent 5528ccf2
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ print _(" Source\n");
print (" </h2>\n");
print ("</a>\n");
print _(" The tarball version of Gajim is ")."<a href=\"downloads/".$download_folder."/gajim-".$last_version.".tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://hg.gajim.org/gajim/raw-file/tip/README.html\">"._("see the <tt>README</tt>")."</a> ("._("in English").").<br />\n";
printf(_(" The tarball version of %s is "), "0.16-alpha1")
printf(_(" The tarball version of %s is "), "0.16-alpha1");
print "<a href=\"downloads/0.16/gajim-0.16-alpha1.tar.gz\">"._("here")."</a>.<br />\n";
print _("If you want to use the last unstable development version, then you should checkout the mercurial repository.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment