From patchwork Fri Aug 19 04:21:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 3540 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 5DB7023E54 for ; Fri, 19 Aug 2011 04:29:06 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 270A2A183CE for ; Fri, 19 Aug 2011 04:29:06 +0000 (UTC) Received: by ywo7 with SMTP id 7so2820128ywo.11 for ; Thu, 18 Aug 2011 21:29:05 -0700 (PDT) Received: by 10.150.68.26 with SMTP id q26mr1620247yba.276.1313728145612; Thu, 18 Aug 2011 21:29:05 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.150.157.17 with SMTP id f17cs82181ybe; Thu, 18 Aug 2011 21:29:05 -0700 (PDT) Received: by 10.216.179.13 with SMTP id g13mr1252474wem.51.1313727676075; Thu, 18 Aug 2011 21:21:16 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id c45si7380275wed.36.2011.08.18.21.21.15 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Aug 2011 21:21:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QuGa3-0000NS-DK for ; Fri, 19 Aug 2011 04:21:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 5BD0BE0149 for ; Fri, 19 Aug 2011 04:21:15 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 230 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 230: Rename "API Help" to "Available Methods" Message-Id: <20110819042115.16581.99238.launchpad@ackee.canonical.com> Date: Fri, 19 Aug 2011 04:21:15 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13697"; Instance="initZopeless config overlay" X-Launchpad-Hash: 6f024d01826f536a677cbca210bcca032e994c63 ------------------------------------------------------------ revno: 230 committer: Zygmunt Krynicki branch nick: pristine timestamp: Thu 2011-08-18 17:02:02 +0200 message: Rename "API Help" to "Available Methods" modified: lava_server/templates/linaro_django_xmlrpc/_base.html --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'lava_server/templates/linaro_django_xmlrpc/_base.html' --- lava_server/templates/linaro_django_xmlrpc/_base.html 2011-07-25 23:18:01 +0000 +++ lava_server/templates/linaro_django_xmlrpc/_base.html 2011-08-18 15:02:02 +0000 @@ -21,5 +21,5 @@ {% block breadcrumbs %} {{ block.super }} -
  • {% trans "API Help" %}
  • +
  • {% trans "Available Methods" %}
  • {% endblock %}