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/05/03 01:20:29 UTC

svn commit: r1478603 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/messages.js

Author: yusaku
Date: Thu May  2 23:20:28 2013
New Revision: 1478603

URL: http://svn.apache.org/r1478603
Log:
AMBARI-2068. "Preparing to install <component>" message needs spacing. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/messages.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1478603&r1=1478602&r2=1478603&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu May  2 23:20:28 2013
@@ -825,6 +825,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-2068. "Preparing to install <component>" message needs spacing.
+ (yusaku)
+
  AMBARI-1979. Last HeartBeat time and heartbeat status for agent take around 2-3 
  minutes to update on a server restart. (swagle)
 

Modified: incubator/ambari/trunk/ambari-web/app/messages.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/messages.js?rev=1478603&r1=1478602&r2=1478603&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/messages.js (original)
+++ incubator/ambari/trunk/ambari-web/app/messages.js Thu May  2 23:20:28 2013
@@ -379,12 +379,12 @@ Em.I18n.translations = {
   'installer.step9.hostLog.popup.categories.timedout':'Timed Out',
   'installer.step9.hostLog.popup.noTasksToShow':'No tasks to show',
   'installer.step9.overallProgress':'{0} % overall',
-  'installer.step9.serviceStatus.install.pending':'Preparing to install',
+  'installer.step9.serviceStatus.install.pending':'Preparing to install ',
   'installer.step9.serviceStatus.install.queued':'Waiting to install ',
   'installer.step9.serviceStatus.install.inProgress':'Installing ',
   'installer.step9.serviceStatus.install.completed':'Successfully installed ',
   'installer.step9.serviceStatus.install.failed':'Failed to install ',
-  'installer.step9.serviceStatus.uninstall.pending':'Preparing to uninstall',
+  'installer.step9.serviceStatus.uninstall.pending':'Preparing to uninstall ',
   'installer.step9.serviceStatus.uninstall.queued':'Waiting to uninstall ',
   'installer.step9.serviceStatus.uninstall.inProgress':'Uninstalling ',
   'installer.step9.serviceStatus.uninstall.completed':'Successfully uninstalled ',