Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-08-14 08:47:55 +0000
committerLars Vogel2019-08-14 08:47:55 +0000
commit6d9b69b122af2394d4ffb432a979b5ae819bd69e (patch)
treedd344d114fd4b1301b72fe5702adf18ddb38e997 /bundles
parent372cb8f4bdfb7fb084c5a1cce87ccd1360f6fc55 (diff)
downloadrt.equinox.p2-6d9b69b122af2394d4ffb432a979b5ae819bd69e.tar.gz
rt.equinox.p2-6d9b69b122af2394d4ffb432a979b5ae819bd69e.tar.xz
rt.equinox.p2-6d9b69b122af2394d4ffb432a979b5ae819bd69e.zip
Bug 550052 - Remove "Are you sure you want to " from text
Change-Id: I610764cd1ab266cffb7eedcef1b2804ba73aa947 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles')
-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