Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A6C9FDD4 for ; Tue, 26 Mar 2013 17:19:21 +0000 (UTC) Received: (qmail 87141 invoked by uid 500); 26 Mar 2013 17:19:21 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 87125 invoked by uid 500); 26 Mar 2013 17:19:21 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 87117 invoked by uid 99); 26 Mar 2013 17:19:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Mar 2013 17:19:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2A6FD820EFE; Tue, 26 Mar 2013 17:19:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Message-Id: <747e801068c844b09d705fdf71727b62@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: refs/heads/master - Regions UI: Change loading state text to 'Loading...' Date: Tue, 26 Mar 2013 17:19:21 +0000 (UTC) Updated Branches: refs/heads/master fedef61c5 -> d6e8701ca Regions UI: Change loading state text to 'Loading...' Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d6e8701c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d6e8701c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d6e8701c Branch: refs/heads/master Commit: d6e8701caeef728ce096f02b2ea89ae415141e80 Parents: fedef61 Author: Brian Federle Authored: Tue Mar 26 10:18:56 2013 -0700 Committer: Brian Federle Committed: Tue Mar 26 10:19:02 2013 -0700 ---------------------------------------------------------------------- ui/scripts/ui-custom/login.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d6e8701c/ui/scripts/ui-custom/login.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/login.js b/ui/scripts/ui-custom/login.js index 783a170..7a3b887 100644 --- a/ui/scripts/ui-custom/login.js +++ b/ui/scripts/ui-custom/login.js @@ -136,7 +136,7 @@ $('').html( // _l is not set yet, so localize directly to dictionary // [should fix in future] - dictionary['message.redirecting.region'] + dictionary['label.loading'] + '...' ) )); }