aboutsummaryrefslogtreecommitdiff
path: root/ui-repolist.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-repolist.c')
-rw-r--r--ui-repolist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui-repolist.c b/ui-repolist.c
index 529a203..d149564 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -143,11 +143,11 @@ static void print_sort_header(const char *title, const char *sort)
static void print_header(void)
{
html("<tr class='nohover'>");
- print_sort_header("Name", "name");
+ print_sort_header("Nom", "name");
print_sort_header("Description", "desc");
if (ctx.cfg.enable_index_owner)
- print_sort_header("Owner", "owner");
- print_sort_header("Idle", "idle");
+ print_sort_header("Propriétaire", "owner");
+ print_sort_header("Dernière modification", "idle");
if (ctx.cfg.enable_index_links)
html("<th class='left'>Links</th>");
html("</tr>\n");