gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r1633 - in i18nHTML: . src


From: grothoff
Subject: [GNUnet-SVN] r1633 - in i18nHTML: . src
Date: Mon, 8 Aug 2005 23:22:00 -0700 (PDT)

Author: grothoff
Date: 2005-08-08 23:21:58 -0700 (Mon, 08 Aug 2005)
New Revision: 1633

Modified:
   i18nHTML/ChangeLog
   i18nHTML/src/commitMassTranslation.php
   i18nHTML/src/editor.php
Log:
fix

Modified: i18nHTML/ChangeLog
===================================================================
--- i18nHTML/ChangeLog  2005-08-08 20:35:57 UTC (rev 1632)
+++ i18nHTML/ChangeLog  2005-08-09 06:21:58 UTC (rev 1633)
@@ -1,3 +1,7 @@
+Mon Aug  8 23:24:42 PDT 2005   CG
+       Fixed bug in editor / mass translation page where the
+       next set of sentences displayed was computed incorrectly.
+
 Tue May 24 18:02:41 EST 2005   PY
        The main enhancement is the database table prefix, it allows to
        group tables for the same script.  Another enhancement is the
@@ -6,7 +10,7 @@
        extensions from .inc to .php as some hosts will not parse .inc
        files but will send them to the browser in clear
        (passwords and such, a security issue).  Additional some of the
-       interface translations to Bulgarian were added.
+       interface translations to Bulgarian were added.  Releasing 0.2.1.
 
 Mon Apr 11 01:28:49 EST 2005   CG
        Big code cleanup, removing dead and redundant code.

Modified: i18nHTML/src/commitMassTranslation.php
===================================================================
--- i18nHTML/src/commitMassTranslation.php      2005-08-08 20:35:57 UTC (rev 
1632)
+++ i18nHTML/src/commitMassTranslation.php      2005-08-09 06:21:58 UTC (rev 
1633)
@@ -91,7 +91,7 @@
   }
 }
 P();
-echo "<a href=\"" . $i18nHTMLbase . "editor.php?xlang=" . $lang . "&start=" . 
($start - $done) . "\">";
+echo "<a href=\"" . $i18nHTMLbase . "editor.php?xlang=" . $lang . "&start=" . 
($start + $done) . "\">";
 $t = TRANSLATE("Continue mass-editing...");
 echo "</a>";
 if ($t == 1)

Modified: i18nHTML/src/editor.php
===================================================================
--- i18nHTML/src/editor.php     2005-08-08 20:35:57 UTC (rev 1632)
+++ i18nHTML/src/editor.php     2005-08-09 06:21:58 UTC (rev 1633)
@@ -68,8 +68,7 @@
 
   echo "<form method=\"POST\" action=\"" . $i18nHTMLbase . 
"commitMassTranslation.php\">";
   echo "<input type=hidden name=\"xlang\" value=\"$xlang\">";
-  $endp = $end + 1;
-  echo "<input type=hidden name=\"start\" value=\"$endp\">";
+  echo "<input type=hidden name=\"start\" value=\"$start\">";
 
   echo "<table border=5>";
   echo "<tr>";





reply via email to

[Prev in Thread] Current Thread [Next in Thread]