1GDTX3J
diff --git a/update/org.eclipse.update/Eclipse Update/org/eclipse/update/internal/core/UMSessionManagerOperation.java b/update/org.eclipse.update/Eclipse Update/org/eclipse/update/internal/core/UMSessionManagerOperation.java
index 1175698..f6aadd5 100644
--- a/update/org.eclipse.update/Eclipse Update/org/eclipse/update/internal/core/UMSessionManagerOperation.java
+++ b/update/org.eclipse.update/Eclipse Update/org/eclipse/update/internal/core/UMSessionManagerOperation.java
@@ -441,7 +441,7 @@
 		}

 	}

 	if (!LaunchInfo.getCurrent().installPending(productVIDs, componentVIDs, pluginVIDs, fragmentVIDs)) {

-		strErrorMessage = UpdateManagerStrings.getString("S_Error_calling_installPending_in_LaunchInfo");

+		strErrorMessage = UpdateManagerStrings.getString("S_Error_occurred_during_installation_setup");

 	}

 	

 	

@@ -638,7 +638,7 @@
 	//-----------------------------------------------

 	if (strErrorMessage == null) {

 		if (!LaunchInfo.getCurrent().installConfirmed(productVIDs, componentVIDs, pluginVIDs, fragmentVIDs)) {

-			strErrorMessage = UpdateManagerStrings.getString("S_Error_calling_installConfirmed_in_LaunchInfo");

+			strErrorMessage = UpdateManagerStrings.getString("S_Error_occurred_during_installation_completion");

 		}

 	}

 	

@@ -1141,7 +1141,7 @@
 	//-----------------------------------------------

 	if (strErrorMessage == null) {

 		if (!LaunchInfo.getCurrent().installConfirmed(productVIDs, componentVIDs, pluginVIDs, fragmentVIDs)) {

-			strErrorMessage = UpdateManagerStrings.getString("S_Error_calling_installConfirmed_in_LaunchInfo");

+			strErrorMessage = UpdateManagerStrings.getString("S_Error_occurred_during_installation_completion");

 		}

 	}

 	

diff --git a/update/org.eclipse.update/Eclipse Update/org/eclipse/update/internal/core/UpdateManagerStrings.properties b/update/org.eclipse.update/Eclipse Update/org/eclipse/update/internal/core/UpdateManagerStrings.properties
index 2ddaa1b..c9ea8ef 100644
--- a/update/org.eclipse.update/Eclipse Update/org/eclipse/update/internal/core/UpdateManagerStrings.properties
+++ b/update/org.eclipse.update/Eclipse Update/org/eclipse/update/internal/core/UpdateManagerStrings.properties
@@ -13,10 +13,10 @@
 S_Description                                             = Description

 S_Encountered_jar_entry_security_exception                = Encountered jar entry security exception

 S_Enter_a_user_name_and_password_for                      = Enter a user name and password for

-S_Error_calling_installConfirmed_in_LaunchInfo				= Error calling installConfirmed in LaunchInfo

-S_Error_calling_installPending_in_LaunchInfo				= Error calling installPending in LaunchInfo

 S_Error_closing_output_stream                             = Error closing output stream

 S_Error_in_registry                                       = Error in registry

+S_Error_occurred_during_installation_completion						= Error occurred during installation completion

+S_Error_occurred_during_installation_setup						= Error occurred during installation setup

 S_Error_occurred_during_verification                      = Error occurred during verification

 S_Error_reading_from_input_stream                         = Error reading from input stream

 S_Error_writing_to_output_stream                          = Error writing to output stream