Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
index 26c38d3cf..1fa26e16c 100644
--- a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
@@ -94,8 +94,8 @@ RepositoryManipulationPage_RefreshOperationCanceled=Operation canceled.
RepositoryManipulationPage_Edit=&Edit
RepositoryManipulationPage_RefreshConnection=Re&load
RepositoryManipulationPage_Remove=&Remove
-RepositoryManipulationPage_RemoveConfirmMessage=Are you sure you want to remove the selected items?
-RepositoryManipulationPage_RemoveConfirmSingleMessage=Are you sure you want to remove {0}?
+RepositoryManipulationPage_RemoveConfirmMessage=Remove the selected items?
+RepositoryManipulationPage_RemoveConfirmSingleMessage=Remove {0}?
RepositoryManipulationPage_RemoveConfirmTitle=Remove Sites
RepositoryManipulationPage_TestConnectionSuccess=Information for "{0}" has been reloaded from the server.
RepositoryManipulationPage_TestConnectionTitle=Reload
@@ -151,8 +151,8 @@ UserValidationDialog_PasswordLabel=&Password:
UserValidationDialog_SavePasswordButton=&Save password
UserValidationDialog_UsernameLabel=&Username:
ColocatedRepositoryManipulator_AddSiteOperationLabel=Add Site
-RevertProfilePage_ConfirmDeleteMultipleConfigs=Deleting the selected configurations from the installation history will free up the disk space used to store the configurations. However, you will no longer be able to revert your installation to these configurations. Are you sure you want to delete the configurations?
-RevertProfilePage_ConfirmDeleteSingleConfig=Deleting the configuration from the installation history will free up the disk space used to store it. However, you will no longer be able to revert your installation to this configuration. Are you sure you want to delete it?
+RevertProfilePage_ConfirmDeleteMultipleConfigs=Deleting the selected configurations from the installation history will free up the disk space used to store the configurations. However, you will no longer be able to revert your installation to these configurations. Delete the configurations?
+RevertProfilePage_ConfirmDeleteSingleConfig=Deleting the configuration from the installation history will free up the disk space used to store it. However, you will no longer be able to revert your installation to this configuration. Delete it?
RevertProfilePage_Delete=&Delete
RevertProfilePage_CancelButtonLabel=Cancel
RevertProfilePage_DeleteMultipleConfigurationsTitle=Delete Configurations

Back to the top