aboutsummaryrefslogtreecommitdiff
path: root/ui-log.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-log.c')
-rw-r--r--ui-log.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui-log.c b/ui-log.c
index 20774bf..6c47a16 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -459,8 +459,8 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern
if (commit_graph)
html("<th></th>");
else
- html("<th class='left'>Age</th>");
- html("<th class='left'>Commit message");
+ html("<th class='left'>Date</th>");
+ html("<th class='left'>Message de commit");
if (pager) {
html(" (");
cgit_log_link(ctx.qry.showmsg ? "Collapse" : "Expand", NULL,
@@ -470,9 +470,9 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern
ctx.qry.follow);
html(")");
}
- html("</th><th class='left'>Author</th>");
+ html("</th><th class='left'>Auteur⋅e</th>");
if (rev.graph)
- html("<th class='left'>Age</th>");
+ html("<th class='left'>Date</th>");
if (ctx.repo->enable_log_filecount) {
html("<th class='left'>Files</th>");
columns++;