diff --git a/xCAT-client/bin/db2sqlsetup b/xCAT-client/bin/db2sqlsetup index ef8e5f219..d0123ecd9 100755 --- a/xCAT-client/bin/db2sqlsetup +++ b/xCAT-client/bin/db2sqlsetup @@ -1878,7 +1878,7 @@ sub restorexcatdb # restore the database xCAT::MsgUtils->message( "I", - "Restoring the xCat Database with $::backupdir to DB2 database.\nThis could take several minutes." + "Restoring the xCAT Database with $::backupdir to DB2 database.\nThis could take several minutes." ); if (!(-d $::backupdir)) { # does not exist, error diff --git a/xCAT-client/bin/mysqlsetup b/xCAT-client/bin/mysqlsetup index 308b66833..2e9f48fe2 100755 --- a/xCAT-client/bin/mysqlsetup +++ b/xCAT-client/bin/mysqlsetup @@ -1787,7 +1787,7 @@ sub restorexcatdb # restore the database xCAT::MsgUtils->message( "I", - "Restoring the xCat Database with $::backupdir to MySQL database.\nThis could take several minutes." + "Restoring the xCAT Database with $::backupdir to MySQL database.\nThis could take several minutes." ); if (!(-d $::backupdir)) { # does not exist, error diff --git a/xCAT-client/bin/pgsqlsetup b/xCAT-client/bin/pgsqlsetup index 5624f65f7..6a4856ac7 100755 --- a/xCAT-client/bin/pgsqlsetup +++ b/xCAT-client/bin/pgsqlsetup @@ -1331,7 +1331,7 @@ sub restorexcatdb # restore the database xCAT::MsgUtils->message( "I", - "Restoring the xCat Database with $::backupdir to PostgreSQL database.\nThis could take several minutes." + "Restoring the xCAT Database with $::backupdir to PostgreSQL database.\nThis could take several minutes." ); if (!(-d $::backupdir)) { # does not exist, error