diff --git a/stagit.c b/stagit.c
index bc493fe..ee414c1 100644
--- a/stagit.c
+++ b/stagit.c
@@ -443,7 +443,7 @@ writelog(FILE *fp, const git_oid *oid)
git_revwalk_sorting(w, GIT_SORT_TIME);
git_revwalk_simplify_first_parent(w);
- fputs("
\n| Age | Commit message | "
+ fputs("\n| Date | Commit message | "
"Author | Files | + | "
"- |
\n\n", fp);
@@ -817,7 +817,7 @@ writerefs(FILE *fp)
/* print header if it has an entry (first). */
if (++count == 1) {
fprintf(fp, "%s
\n| %s | "
- "Age | Author | \n
\n\n",
+ "Last commit date | Author | \n\n\n",
titles[j], ids[j], cols[j]);
}