You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/12/13 20:23:10 UTC

git commit: AMBARI-4068. Change "nothingToInstall" message to be more informative. (Jeff Sposetti via yusaku)

Updated Branches:
  refs/heads/trunk 2eeac2986 -> 6f179fd03


AMBARI-4068. Change "nothingToInstall" message to be more informative. (Jeff Sposetti via yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6f179fd0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6f179fd0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6f179fd0

Branch: refs/heads/trunk
Commit: 6f179fd037d7249f7bc38438a724b6bc937babd3
Parents: 2eeac29
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Fri Dec 13 11:22:46 2013 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Fri Dec 13 11:22:46 2013 -0800

----------------------------------------------------------------------
 ambari-web/app/messages.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6f179fd0/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index bc6bf0a..9079aa0 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -502,7 +502,7 @@ Em.I18n.translations = {
   'installer.step9.host.status.startAborted':'Install completed. Start aborted',
   'installer.step9.host.status.warning':'Warnings encountered',
   'installer.step9.host.status.failed':'Failures encountered',
-  'installer.step9.host.status.nothingToInstall':'Waiting (Nothing to install)',
+  'installer.step9.host.status.nothingToInstall':'Install complete (Waiting to start)',
   'installer.step9.hosts.status.label.inProgress':'In Progress',
   'installer.step9.hosts.status.label.warning':'Warning',
   'installer.step9.hostLog.popup.header':'Tasks. executed on ',
@@ -606,7 +606,7 @@ Em.I18n.translations = {
   'installer.stackUpgrade.step3.status.warning':"Upgraded the cluster to {0} with some warnings.\nYou can start using the cluster but the components that failed to upgrade will not be functional."+
   "You can click on the Retry button to retry upgrading the failed components. Alternatively you can proceed and retry upgrade on individual components in the Host Detail page.",
   'installer.stackUpgrade.step3.status.failed':"Failed to upgrade hosts. Click on each host to see what might have gone wrong.\n After fixing the problem, click the Retry button",
-  'installer.stackUpgrade.step3.host.nothingToUpgrade':'Waiting (Nothing to upgrade)',
+  'installer.stackUpgrade.step3.host.nothingToUpgrade':'Install complete (Waiting to start)',
   'installer.stackUpgrade.step3.service.upgraded':'Services upgraded',
   'installer.stackUpgrade.step3.service.upgrading':'Services upgrade in progress',
   'installer.stackUpgrade.step3.service.pending':'Services upgrade pending',