From: Damien Lespiau Date: Sat, 4 Apr 2015 14:04:26 +0000 (+0100) Subject: ui: Make 'Patch count' look a bit less formal X-Git-Tag: v1.1.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e4fe705af593ed7457761a1649f726ccb16bc0;p=thirdparty%2Fpatchwork.git ui: Make 'Patch count' look a bit less formal I'm really not anything of a UX designer, nor a native speaker, but I can try to make tools a bit less 'dry'. 'Number of patches' would have worked as well, but opted for a shorter one. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/patchwork/templates/patchwork/project.html b/patchwork/templates/patchwork/project.html index eeb83ad3..a29edae7 100644 --- a/patchwork/templates/patchwork/project.html +++ b/patchwork/templates/patchwork/project.html @@ -25,7 +25,7 @@ - Patch count + Patches {{n_patches}} (+ {{n_archived_patches}} archived) {% if project.web_url %}