Check-in [c1d9e0f4f8]
Not logged in
Overview

SHA1 Hash:c1d9e0f4f81ac38157566a438f255e944d572908
Date: 2008-02-09 09:21:29
User: bch
Comment:Fix grammar
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/timeline.c from [edd15bb80e] to [d21da06aad].

@@ -277,11 +277,11 @@
   if( !g.okHistory &&
       db_exists("SELECT 1 FROM user"
                 " WHERE login='anonymous'"
                 "   AND cap LIKE '%%h%%'") ){
     @ <p><b>Note:</b> You will be able to access <u>much</u> more
-    @ historical information if <a href="%s(g.zTop)/login">login</a>.</p>
+    @ historical information if you <a href="%s(g.zTop)/login">login</a>.</p>
   }
   blob_zero(&sql);
   blob_append(&sql, timeline_query_for_www(), -1);
   if( zType ){
     blob_appendf(&sql, " AND event.type=%Q", zType);