Skip to content

Commit

Permalink
Revert "temporary: make quick link come to GitHub wiki donwload page …
Browse files Browse the repository at this point in the history
…and add note on download page. PLEASE REVIEW"
  • Loading branch information
un1versal committed Feb 1, 2016
1 parent 09bf2cc commit 18dc8f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,8 @@
</div>
<div class="header-breadcrumbs">
<ul>
<li><a href="https://github.com/kvirc/KVIrc/wiki/Downloading-KVIrc's-nightly-source-or-binaries" title="Get the latest build"><?php echo $template['index']['quickdnl']?></a></li>
<li><a href="<?php echo $quickdownload_link?>" title="get the latest release"><?php echo $template['index']['quickdnl']?></a></li>
<!--
<li><a href="<?php echo $quickdownload_link?>" title="Get the Latest Release"><?php echo $template['index']['quickdnl']?></a></li>
<li><a href="ftp://ftp.kvirc.de/pub/kvirc/snapshots/" title="get snapshots"><?php echo $template['index']['snapshots']?></a></li>
<li><a href="?id=themes&amp;lang=<?php echo $lang?>" title="themes and appearance"><?php echo $template['index']['themes']?></a></li>
//-->
Expand Down
5 changes: 2 additions & 3 deletions translation/locale_en.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
//$template['index']['frforum']="french forum";
//$template['index']['osxsite']="OS X builds";
// other
//$template['index']['quickdnl']="quick download";
$template['index']['quickdnl']="Grab the latest build";
$template['index']['quickdnl']="quick download";
// search
$template['index']['search']="Search";
$template['index']['go']="GO";
Expand Down Expand Up @@ -277,7 +276,7 @@

/* download.php start */
$template['download']['title']="Downloading KVIrc";
$template['download']['text1']="You can obtain KVIrc in three ways:<br><br><b><u>Note:</b></u> Consider downloading the current nightly Git builds instead of 4.2.0 stable</b>.<br>The current Git builds are quite stable and safe for day-to-day usage, due to the considerable enhancements, improvements and bugs fixes that are now included.<br>For more information <a href=\"https://github.com/kvirc/KVIrc/wiki/Downloading-KVIrc%27s-nightly-source-or-binaries\">click here</a>.";
$template['download']['text1']="You can obtain KVIrc in three ways:";
$template['download']['text2']="Official release packages";
$template['download']['text3']="
The official packages are released least frequently but are the most stable ones. Each official source package is well tested and will probably compile on your system. You also have more possibilities to find a binary package suitable for your system. The on-line FAQs and documentation refer to this type of package.";
Expand Down

0 comments on commit 18dc8f5

Please sign in to comment.