Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Pfaff2017-06-04 01:34:23 +0000
committerMatthias Sohn2017-12-23 23:53:58 +0000
commit5fd209dca54483029066b48821e7c7384e148817 (patch)
treefbdac3aff2e4dc6f05bb6a8f179d51c314ce2740
parent4e047ed1d978a16f1b7dd2bbca76dbfa341f0b60 (diff)
downloadegit-5fd209dca54483029066b48821e7c7384e148817.tar.gz
egit-5fd209dca54483029066b48821e7c7384e148817.tar.xz
egit-5fd209dca54483029066b48821e7c7384e148817.zip
History view: adjust mnemonics to avoid conflicts
* Changes mnemonic of 'Check Out' to 'k' Bug: 515419 Change-Id: I4bbeba6c0a846a08274fb66c66e4f73acd797b1d Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties14
1 files changed, 7 insertions, 7 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 49c628e1e7..4641d497b3 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
@@ -167,8 +167,8 @@ GitHistoryPage_AllInRepoMenuLabel=All Changes in &Repository
GitHistoryPage_AllInRepoTooltip=Show all changes in repository containing the selected resource
GitHistoryPage_AllOfResourceMenuLabel=All &Changes of Resource
GitHistoryPage_AllOfResourceTooltip=Show all changes of selected resource and its children
-GitHistoryPage_CheckoutMenuLabel=&Check Out
-GitHistoryPage_CheckoutMenuLabel2=&Check Out...
+GitHistoryPage_CheckoutMenuLabel=Chec&k Out
+GitHistoryPage_CheckoutMenuLabel2=Chec&k Out...
GitHistoryPage_CompareModeMenuLabel=Compare &Mode
GitHistoryPage_ReuseCompareEditorMenuLabel=Reuse Compare &Editor
GitHistoryPage_CompareWithCurrentHeadMenu=Compare with &HEAD
@@ -272,12 +272,12 @@ CleanRepositoryPage_SelectFilesToClean=Select files to be deleted
CleanRepositoryPage_title=Clean Repository
CleanWizard_title=Clean ''{0}''
ClearCredentialsCommand_clearingCredentialsFailed=Clearing credentials failed.
-CheckoutCommand_CheckoutLabel=&Check Out
-CheckoutCommand_CheckoutLabelWithQuestion=&Check Out...
+CheckoutCommand_CheckoutLabel=Chec&k Out
+CheckoutCommand_CheckoutLabelWithQuestion=Chec&k Out...
CheckoutConflictDialog_conflictMessage=The files shown below have uncommitted changes which would be lost by the selected operation.\n\nEither commit the changes to the repository or discard the changes by resetting the current branch.
CheckoutDialog_Title=Check out a ref or work with branches
-CheckoutDialog_OkCheckout=&Check Out
-CheckoutDialog_OkCheckoutWithQuestion=&Check Out...
+CheckoutDialog_OkCheckout=Chec&k Out
+CheckoutDialog_OkCheckoutWithQuestion=Chec&k Out...
CheckoutHandler_SelectBranchMessage=There is more than one branch for this commit. Please select the branch you want to check out.
CheckoutHandler_SelectBranchTitle=Select a Branch for Checkout
CherryPickHandler_JobName=Cherry-Picking {0} Commits
@@ -875,7 +875,7 @@ ConfirmationPage_title=Push Confirmation
CreateBranchPage_BranchNameLabel=&Branch name:
CreateBranchPage_BranchNameToolTip=The name of the new local branch to create
CreateBranchPage_CheckingOutMessage=Checking out new branch...
-CreateBranchPage_CheckoutButton=&Check out new branch
+CreateBranchPage_CheckoutButton=Chec&k out new branch
CreateBranchPage_ChooseBranchAndNameMessage=Please choose a source branch and a name for the new branch
CreateBranchPage_ChooseNameMessage=Please choose a name for the new branch
CreateBranchPage_CreateBranchNameProviderFailed=Failed to create branch name provider

Back to the top