aboutsummaryrefslogtreecommitdiff
path: root/ui-blame.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-09-06 20:28:07 +0200
committerache <ache@ache.one>2021-09-06 20:28:07 +0200
commit6f726688b1e1d672af537657c4ec50a3862428a0 (patch)
treed6e7b64641388060cca5ce6861a0b1201edf7d4c /ui-blame.c
parentgit: update to v2.32.0 (diff)
Translate to french !tr_fr
Diffstat (limited to 'ui-blame.c')
-rw-r--r--ui-blame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-blame.c b/ui-blame.c
index 03136f7..18f8fa2 100644
--- a/ui-blame.c
+++ b/ui-blame.c
@@ -147,9 +147,9 @@ static void print_object(const struct object_id *oid, const char *path,
cgit_print_layout_start();
htmlf("blob: %s (", oid_to_hex(oid));
- cgit_plain_link("plain", NULL, NULL, ctx.qry.head, rev, path);
+ cgit_plain_link("Brute", NULL, NULL, ctx.qry.head, rev, path);
html(") (");
- cgit_tree_link("tree", NULL, NULL, ctx.qry.head, rev, path);
+ cgit_tree_link("Arbre", NULL, NULL, ctx.qry.head, rev, path);
html(")\n");
if (ctx.cfg.max_blob_size && size / 1024 > ctx.cfg.max_blob_size) {