Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81155E378 for ; Thu, 31 Jan 2013 17:07:20 +0000 (UTC) Received: (qmail 96768 invoked by uid 500); 31 Jan 2013 17:07:19 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 96721 invoked by uid 500); 31 Jan 2013 17:07:19 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 96551 invoked by uid 99); 31 Jan 2013 17:07:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 17:07:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EDCDA8281F1; Thu, 31 Jan 2013 17:07:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kishan@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [39/43] git commit: refs/heads/regions - Fixing a label in network offering Message-Id: <20130131170718.EDCDA8281F1@tyr.zones.apache.org> Date: Thu, 31 Jan 2013 17:07:18 +0000 (UTC) Fixing a label in network offering Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3cbce11b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3cbce11b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3cbce11b Branch: refs/heads/regions Commit: 3cbce11b784acda4c80b55df6d0e61450c2f798a Parents: e06a856 Author: Pranav Saxena Authored: Thu Jan 31 18:01:42 2013 +0530 Committer: Pranav Saxena Committed: Thu Jan 31 18:01:42 2013 +0530 ---------------------------------------------------------------------- .../WEB-INF/classes/resources/messages.properties | 1 + ui/dictionary.jsp | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbce11b/client/WEB-INF/classes/resources/messages.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 390738f..eda0778 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -1215,6 +1215,7 @@ label.network.offering.id=Network Offering ID label.network.offering.name=Network Offering Name label.network.offering=Network Offering label.network.rate=Network Rate +label.network.rate.megabytes=Network Rate (Mb/s) label.network.read=Network Read label.network.type=Network Type label.network.write=Network Write http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cbce11b/ui/dictionary.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index 203c9da..77dfdc9 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -884,6 +884,7 @@ dictionary = { 'label.network.offering.name': '', 'label.network.offering': '', 'label.network.rate': '', +'label.network.rate.megabytes': '', 'label.network.read': '', 'label.network.type': '', 'label.network.write': '',