Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-08-22 13:31:44 +0000
committerLars Vogel2019-08-22 13:55:04 +0000
commit1416f9a5733c118fc8dcb7ca762281abb5d76ac6 (patch)
treeb180fcfcc92e41a1e96521b9e447d15ef2d0bd29 /org.eclipse.egit.ui
parent4e30c44e821c371fb8835bef6d2b1583bdb1d952 (diff)
downloadegit-1416f9a5733c118fc8dcb7ca762281abb5d76ac6.tar.gz
egit-1416f9a5733c118fc8dcb7ca762281abb5d76ac6.tar.xz
egit-1416f9a5733c118fc8dcb7ca762281abb5d76ac6.zip
Simplify wording of confirmation questions in dialogs
Change-Id: I88511166447e80129b0e5d3c831b614eb0a72dc5 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.egit.ui')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties22
1 files changed, 11 insertions, 11 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
index bbc06d2fc7..741f0fb81e 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
@@ -300,7 +300,7 @@ CheckoutHandler_CheckoutBranchDialogButton=Chec&kout
CheckoutHandler_CheckoutBranchDialogMessage=There is more than one branch for this commit. Please select the branch you want to check out.
CheckoutHandler_CheckoutBranchDialogTitle=Select a Branch for Checkout
CherryPickHandler_JobName=Cherry-Picking {0,choice,1#1 Commit|1<{0} Commits}
-CherryPickHandler_ConfirmMessage=Are you sure you want to cherry-pick the following {0,choice,1#commit|1<{0} commits} onto branch ''{1}''?
+CherryPickHandler_ConfirmMessage=Cherry-pick the following {0,choice,1#commit|1<{0} commits} onto branch ''{1}''?
CherryPickHandler_NoCherryPickPerformedMessage=The change has already been included.
CherryPickHandler_NoCherryPickPerformedTitle=No cherry-pick performed
CherryPickHandler_CherryPickConflictsMessage=Cherry-pick could not be completed automatically because of conflicts. Please resolve and commit.
@@ -1295,12 +1295,12 @@ DeleteTagOnCommitHandler_DeleteTagsDialogButton=&Delete
DeleteTagOnCommitHandler_DeleteTagsDialogMessage=Please select the tags you want to delete
DeleteTagOnCommitHandler_DeleteTagsDialogTitle=Delete Tags
DeleteTagCommand_deletingTagsProgress=Deleting tags
-DeleteTagCommand_messageConfirmMultipleTag=Are you sure you want to delete these {0} tags?
-DeleteTagCommand_messageConfirmSingleTag=Are you sure you want to delete tag ''{0}''?
+DeleteTagCommand_messageConfirmMultipleTag=Delete these {0} tags?
+DeleteTagCommand_messageConfirmSingleTag=Delete tag ''{0}''?
DeleteTagCommand_taskName=Deleting tag
DeleteTagCommand_titleConfirm=Confirm Tag Deletion
DeleteResourcesOperationUI_confirmActionTitle=Delete Resources
-DeleteResourcesOperationUI_confirmActionMessage=Are you sure you want to delete the selected files from the file system?
+DeleteResourcesOperationUI_confirmActionMessage=Delete the selected files from the file system?
DeleteResourcesOperationUI_deleteFailed=Deleting resources failed
IgnoreActionHandler_addToGitignore=Add to .gitignore
@@ -1310,14 +1310,14 @@ IgnoreActionHandler_manyFilesToBeIgnoredQuestion=Adding many files to .gitignore
RepositoriesView_BranchDeletionFailureMessage=Branch deletion failed
RepositoriesView_Branches_Nodetext=Branches
RepositoriesView_CannotPaste=Cannot create git repository from clipboard content
-RepositoriesView_CheckoutConfirmationMessage=Do you really want to check out ''{0}''?
+RepositoriesView_CheckoutConfirmationMessage=Check out ''{0}''?
RepositoriesView_CheckoutConfirmationTitle=Check Out Branch
RepositoriesView_CheckoutConfirmationDefaultButtonLabel=Check &Out
RepositoriesView_CheckoutConfirmationToggleMessage=Don't show this confirmation dialog again
RepositoriesView_ClipboardContentNoGitRepoMessage=Path {0} does not appear to be a Git repository location.
RepositoriesView_ClipboardContentNotDirectoryOrURIMessage=Clipboard content is neither a directory path nor a valid git URI.
RepositoriesView_ConfirmDeleteRemoteHeader=Confirm Remote Configuration Deletion
-RepositoriesView_ConfirmDeleteRemoteMessage=Are you sure you want to remove remote configuration ''{0}''?
+RepositoriesView_ConfirmDeleteRemoteMessage=Remove remote configuration ''{0}''?
RepositoriesView_ConfirmProjectDeletion_Question=There {0,choice,1#is 1 project that belongs to the removed repositories, do you want to remove it|1<are {0} projects that belong to the removed repositories, do you want to remove them} from the workspace?
RepositoriesView_ConfirmProjectDeletion_WindowTitle=Confirm Project Deletion
RepositoriesView_DeleteRepoDeterminProjectsMessage=Determining projects that must be deleted
@@ -1465,9 +1465,9 @@ ConfigurationEditorComponent_OpenEditorTooltip=Open a text editor for this confi
ConfigurationEditorComponent_ReadOnlyLocationFormat={0} (non-writable)
ConfigurationEditorComponent_RemoveButton=&Remove
ConfigurationEditorComponent_RemoveTooltip=Removes the selected entry or all entries in the selected section or subsection
-ConfigurationEditorComponent_RemoveSectionMessage=All entries in section ''{0}'' will be removed.\n\nDo you want to continue?
+ConfigurationEditorComponent_RemoveSectionMessage=Remove all entries in section ''{0}''?
ConfigurationEditorComponent_RemoveSectionTitle=Remove Section
-ConfigurationEditorComponent_RemoveSubsectionMessage=All entries in subsection ''{0}'' will be removed.\n\nDo you want to continue?
+ConfigurationEditorComponent_RemoveSubsectionMessage=Remove all entries in subsection ''{0}''?
ConfigurationEditorComponent_RemoveSubsectionTitle=Remove Subsection
ConfigurationEditorComponent_ValueColumnHeader=Value
ConfigurationEditorComponent_WrongNumberOfTokensMessage=Wrong number of tokens
@@ -1766,7 +1766,7 @@ GitPreferenceRoot_MaxPullThreadsCountTooltip=1 disables parallel pulls
RemoteConnectionPreferencePage_SshClientLabel=&SSH client:
RemoteConnectionPreferencePage_TimeoutLabel=&Connection timeout (seconds):
RemoteConnectionPreferencePage_ZeroValueTooltip=0 is equivalent to no timeout
-RemoveCommand_ConfirmDeleteBareRepositoryMessage=This will permanently delete repository ''{0}''.\n\nDo you want to continue?
+RemoveCommand_ConfirmDeleteBareRepositoryMessage=Permanently delete repository ''{0}''?
RemoveCommand_ConfirmDeleteBareRepositoryTitle=Delete Bare Repository
RemoveCommand_RemoveRepositoriesJob=Remove Repositories
RemoveOrDeleteRepositoryCommand_DeleteRepositoryButton=Delete Repository...
@@ -1957,8 +1957,8 @@ StashCreateCommand_stashFailed=Stash create error
StashCreateCommand_titleEnterCommitMessage=Commit Stash
StashCreateCommand_titleNoChanges=No Changes
StashCreateCommand_ButtonOK=&Stash
-StashDropCommand_confirmMultiple=Are you sure you want to delete the {0} selected stashed commits?
-StashDropCommand_confirmSingle=Are you sure you want to delete stashed commit stash@'{'{0}'}' "{1}"?
+StashDropCommand_confirmMultiple=Delete the {0} selected stashed commits?
+StashDropCommand_confirmSingle=Delete stashed commit stash@'{'{0}'}' "{1}"?
StashDropCommand_confirmTitle=Confirm Stashed Commit Deletion
StashDropCommand_dropFailed=Dropping stashed commit ''{0}'' failed
StashDropCommand_stashCommitNotFound=No stash commit found with id ''{0}''

Back to the top