]> matita.cs.unibo.it Git - helm.git/commitdiff
English error fixed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 15 Feb 2002 14:55:48 +0000 (14:55 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 15 Feb 2002 14:55:48 +0000 (14:55 +0000)
helm/mowgli/home/xsl/deadlines.xsl

index 95debcab0ce3c0af12b0e4d9a4ea64cfa1a23a29..fde85f52de0e07ade3767bbdb5f4cd734302ce6d 100644 (file)
@@ -10,7 +10,7 @@
 <xsl:template match="/">
  <html>
   <head>
-   <title>Events Ordered by Deadlines</title>
+   <title>Events Sorted by Deadlines</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="../style/mowgli.css" type="text/css"/>
   </head>
     <xsl:call-template name="head">
      <xsl:with-param name="path_to_top" select="'.'"/>
     </xsl:call-template>
-    <h1>Mowgli Events Ordered by Deadlines</h1>
+    <h1>Mowgli Events Sorted by Deadlines</h1>
     <hr />
-    <h1>Events Of Interest to MOWGLI Ordered by Deadlines ---
-        <a href="events.html">Order by events!</a></h1>
+    <h1>Events of Interest to MOWGLI Sorted by Deadlines ---
+        <a href="events.html">Sort by events date!</a></h1>
     <ul>
      <xsl:apply-templates select="events/event/deadline">
       <xsl:sort select="date" data-type="number"/>