Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-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 E3FBF10B8F for ; Tue, 5 Nov 2013 02:55:13 +0000 (UTC) Received: (qmail 29805 invoked by uid 500); 5 Nov 2013 02:55:13 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 29748 invoked by uid 500); 5 Nov 2013 02:55:13 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 29741 invoked by uid 99); 5 Nov 2013 02:55:13 -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, 05 Nov 2013 02:55:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 883E23DE12; Tue, 5 Nov 2013 02:55:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yusaku@apache.org To: ambari-commits@incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-3690. Typo in text label on Hosts page. (yusaku) Date: Tue, 5 Nov 2013 02:55:13 +0000 (UTC) Updated Branches: refs/heads/trunk 3ce506e2f -> e10d85756 AMBARI-3690. Typo in text label on Hosts page. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/e10d8575 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/e10d8575 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/e10d8575 Branch: refs/heads/trunk Commit: e10d85756dd55729c20aeda2baa0d6c93c4ca31d Parents: 3ce506e Author: Yusaku Sako Authored: Mon Nov 4 18:47:45 2013 -0800 Committer: Yusaku Sako Committed: Mon Nov 4 18:50:28 2013 -0800 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e10d8575/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 11b109f..97cc70a 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -1582,7 +1582,7 @@ Em.I18n.translations = { 'apps.filters.clearFilters': 'Clear filters', 'apps.filters.paginationInfo': '{0} - {1} of {2}', 'apps.filters.clearAllFilters': 'Clear all filters', - 'apps.filters.filteredHostsInfo': '{0} of {1} hosts filterd', + 'apps.filters.filteredHostsInfo': '{0} of {1} hosts filtered', 'apps.filters.customRunDate':'Run Date custom filter', 'apps.filters.nothingToShow': 'No jobs to display', 'apps.dagCharts.popup':'Job Charts',