Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2012-02-26 00:47:54 +0000
committerMatthias Sohn2012-02-26 00:47:54 +0000
commitbe8400e1d68c99fa899f88372c7b474369fcac6a (patch)
tree872d963ebe4815fb2e7cf62c4fd127dd6855ebb4
parentb237ca1d2be99072273eee053a819caf0122ecb8 (diff)
downloadegit-be8400e1d68c99fa899f88372c7b474369fcac6a.tar.gz
egit-be8400e1d68c99fa899f88372c7b474369fcac6a.tar.xz
egit-be8400e1d68c99fa899f88372c7b474369fcac6a.zip
Use consistent wording & spacing when prompting for confirmation
Updates several property values to include two newlines between message and prompt text and standardizes around how the continue question is presented. Change-Id: I14d94175bed816f3886711e88d1eb8136e2406ae Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index d9eb3bfc41..ccb1f3d2da 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -531,7 +531,7 @@ ResetCommand_ResetFailureMessage=Reset failed
ResetCommand_WizardTitle=Reset
ResetQuickdiffBaselineHandler_NoTargetMessage=No reset target provided
ResetTargetSelectionDialog_ResetButton=&Reset
-ResetTargetSelectionDialog_ResetConfirmQuestion=Resetting will overwrite any changes in your working directory.\n\nDo you wish to continue?
+ResetTargetSelectionDialog_ResetConfirmQuestion=Resetting will overwrite any changes in your working directory.\n\nDo you want to continue?
ResetTargetSelectionDialog_ResetQuestion=Confirm Reset
ResetTargetSelectionDialog_ResetTitle=Reset: {0}
ResetTargetSelectionDialog_ResetTypeGroup=Reset type
@@ -949,7 +949,7 @@ DeleteBranchDialog_DialogTitle=Delete a branch
DeleteBranchDialog_WindowTitle=Delete branch
DeleteBranchOnCommitHandler_SelectBranchDialogMessage=Please select the branches you want to delete
DeleteBranchOnCommitHandler_SelectBranchDialogTitle=Delete Branches
-DeleteRepositoryConfirmDialog_DeleteRepositoryMessage=This will delete repository {0} permanently, do you want to continue?
+DeleteRepositoryConfirmDialog_DeleteRepositoryMessage=This will permanently delete repository ''{0}''.\n\nDo you want to continue?
DeleteRepositoryConfirmDialog_DeleteRepositoryTitle=Delete Repository {0}
DeleteRepositoryConfirmDialog_DeleteRepositoryWindowTitle=Delete Repository
DeleteRepositoryConfirmDialog_DeleteWorkingDirectoryCheckbox=Also delete repository content in &working directory {0}
@@ -1107,9 +1107,9 @@ ConfigurationEditorComponent_RemoveAllTooltip=Removes all entries in the selecte
ConfigurationEditorComponent_DeleteButton=&Delete
ConfigurationEditorComponent_GitPrefixSelectionErrorMessage=This directory does not look like a Git installation directory.\nYou do not need this setting unless you have a system wide configuration file.
ConfigurationEditorComponent_GitPrefixSelectionErrorTitle=Git Prefix Selection
-ConfigurationEditorComponent_RemoveSectionMessage=All entries in section {0} will be removed, continue?
+ConfigurationEditorComponent_RemoveSectionMessage=All entries in section ''{0}'' will be removed.\n\nDo you want to continue?
ConfigurationEditorComponent_RemoveSectionTitle=Remove Section
-ConfigurationEditorComponent_RemoveSubsectionMessage=All entries in subsection {0} will be removed, continue?
+ConfigurationEditorComponent_RemoveSubsectionMessage=All entries in subsection ''{0}'' will be removed.\n\nDo you want to continue?
ConfigurationEditorComponent_RemoveSubsectionTitle=Remove Subsection
ConfigurationEditorComponent_SelectGitInstallation=Select the Git Installation
ConfigurationEditorComponent_ValueColumnHeader=Value
@@ -1328,7 +1328,7 @@ RemoteSelectionCombo_sourceName=&Source:
RemoteSelectionCombo_sourceRef=R&ef:
RemoteSelectionCombo_destinationName=&Destination:
RemoteSelectionCombo_destinationRef=Re&f:
-RemoveCommand_ConfirmDeleteBareRepositoryMessage=This will delete repository {0} permanently, do you want to continue?
+RemoveCommand_ConfirmDeleteBareRepositoryMessage=This will permanently delete repository ''{0}''.\n\nDo you want to continue?
RemoveCommand_ConfirmDeleteBareRepositoryTitle=Delete Bare Repository
RenameBranchCommand_WrongNameMessage=Can not rename {0}, it does not look like a branch
RenameBranchDialog_DialogMessage=Select a branch to rename

Back to the top