From patchwork Wed Feb 3 21:31:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 578387 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 1417A1402DE for ; Thu, 4 Feb 2016 08:32:23 +1100 (AEDT) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id E930E1A0246 for ; Thu, 4 Feb 2016 08:32:22 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lists.ozlabs.org (Postfix) with ESMTP id 585CB1A026C for ; Thu, 4 Feb 2016 08:32:00 +1100 (AEDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 03 Feb 2016 13:31:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,391,1449561600"; d="scan'208";a="907947977" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 03 Feb 2016 13:31:57 -0800 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u13LVvpH029166; Wed, 3 Feb 2016 21:31:57 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u13LVveP018969; Wed, 3 Feb 2016 21:31:57 GMT Received: (from sfinucan@localhost) by sivswdev01.ir.intel.com with id u13LVv4I018964; Wed, 3 Feb 2016 21:31:57 GMT From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 04/19] ui: Make 'Patch count' look a bit less formal Date: Wed, 3 Feb 2016 21:31:39 +0000 Message-Id: <1454535114-18190-5-git-send-email-stephen.finucane@intel.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1454535114-18190-1-git-send-email-stephen.finucane@intel.com> References: <1454535114-18190-1-git-send-email-stephen.finucane@intel.com> X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" From: Damien Lespiau 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 --- patchwork/templates/patchwork/project.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/templates/patchwork/project.html b/patchwork/templates/patchwork/project.html index eeb83ad..a29edae 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 %}