From: Jon DeVree Date: Sun, 10 Jun 2018 22:28:49 +0000 (-0400) Subject: ui-tag: Fix inconsistent capitalization X-Git-Tag: v1.2~30 X-Git-Url: https://git.cameronkatri.com/cgit.git/commitdiff_plain/26610aff34b8dbbfa296bb7a9785c39831cfe7e3?hp=7708859c4dcebff1e43516c23a8bf80f88fcea35 ui-tag: Fix inconsistent capitalization Way back in 2009 all of these were lower cased except this one occurrence. Signed-off-by: Jon DeVree Signed-off-by: John Keeping --- diff --git a/ui-tag.c b/ui-tag.c index 909cde0..2c216d0 100644 --- a/ui-tag.c +++ b/ui-tag.c @@ -107,7 +107,7 @@ void cgit_print_tag(char *revname) htmlf("tag name"); html_txt(revname); html("\n"); - html("Tagged object"); + html("tagged object"); cgit_object_link(obj); html("\n"); if (ctx.repo->snapshots)