Revision: 7607
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7607&view=rev
Author:   dominikoeo
Date:     2012-06-30 19:32:42 +0000 (Sat, 30 Jun 2012)
Log Message:
-----------
- oops, previous checkin broke download link :-(

Modified Paths:
--------------
    trunk/website/include/download.php
    trunk/website/include/downloadStandAlone.php

Modified: trunk/website/include/download.php
===================================================================
--- trunk/website/include/download.php  2012-06-30 19:29:35 UTC (rev 7606)
+++ trunk/website/include/download.php  2012-06-30 19:32:42 UTC (rev 7607)
@@ -1,10 +1,10 @@
 <?php
 $version= "1.8";
 $filesize = "24";
-if( !isset($downloadTitle) )       $downloadTitle = "Download LanguageTool";
-if( !isset($downloadLabel) )       $downloadLabel = "for 
LibreOffice/OpenOffice";
-if( !isset($downloadVersionLabel ) $downloadVersionLabel = "Version";
-if( !isset($downloadPath) )        $downloadPath = "download";
+if( !isset($downloadTitle) )        $downloadTitle = "Download LanguageTool";
+if( !isset($downloadLabel) )        $downloadLabel = "for 
LibreOffice/OpenOffice";
+if( !isset($downloadVersionLabel) ) $downloadVersionLabel = "Version";
+if( !isset($downloadPath) )         $downloadPath = "download";
 ?>
 
 <div class="downloadButton">

Modified: trunk/website/include/downloadStandAlone.php
===================================================================
--- trunk/website/include/downloadStandAlone.php        2012-06-30 19:29:35 UTC 
(rev 7606)
+++ trunk/website/include/downloadStandAlone.php        2012-06-30 19:32:42 UTC 
(rev 7607)
@@ -1,10 +1,10 @@
 <?php
 $version= "1.8";
 $filesize = "49";
-if( !isset($downloadTitleStandAlone) )       $downloadTitleStandAlone = 
"Download LanguageTool";
-if( !isset($downloadLabelStandAlone) )       $downloadLabelStandAlone = "for 
stand-alone use";
-if( !isset($downloadVersionLabelStandAlone ) $downloadVersionLabel = "Version";
-if( !isset($downloadPathStandAlone) )        $downloadPathStandAlone = 
"download";
+if( !isset($downloadTitleStandAlone) )        $downloadTitleStandAlone = 
"Download LanguageTool";
+if( !isset($downloadLabelStandAlone) )        $downloadLabelStandAlone = "for 
stand-alone use";
+if( !isset($downloadVersionLabelStandAlone) ) $downloadVersionLabel = 
"Version";
+if( !isset($downloadPathStandAlone) )         $downloadPathStandAlone = 
"download";
 ?>
 
 <table>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to