Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Pfaff2017-06-04 01:54:09 +0000
committerThomas Wolf2017-07-21 15:28:41 +0000
commit8a113e7a121b6f11b37c5723fe4d1f423a1d25d0 (patch)
treec13d83461a2d39297044189436abffc85dd942f3
parent4a8dccf76a6089f895430d673e5a1b76152d1c8b (diff)
downloadegit-8a113e7a121b6f11b37c5723fe4d1f423a1d25d0.tar.gz
egit-8a113e7a121b6f11b37c5723fe4d1f423a1d25d0.tar.xz
egit-8a113e7a121b6f11b37c5723fe4d1f423a1d25d0.zip
Adds mnemonic to "Select" button in the "Create Branch" Dialog
* removes 's' mnemonic from the "Source" label, which had no effect * adds 's' mnemonic to "Select..." button Bug: 517776 Change-Id: Ie764f538f912bb2218961ab2b91187a0dafb596c Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.com>
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties4
1 files changed, 2 insertions, 2 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 66ca3bde9b..ac8ecc3659 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
@@ -881,8 +881,8 @@ CreateBranchPage_CreateBranchNameProviderFailed=Failed to create branch name pro
CreateBranchPage_CreatingBranchMessage=Creating branch...
CreateBranchPage_LocalBranchWarningMessage=Local branch as upstream is not recommended, use remote branch
CreateBranchPage_MissingSourceMessage=Please select a source branch
-CreateBranchPage_SourceLabel=&Source:
-CreateBranchPage_SourceSelectButton=Select...
+CreateBranchPage_SourceLabel=Source:
+CreateBranchPage_SourceSelectButton=&Select...
CreateBranchPage_SourceSelectionDialogMessage=Select source for creating branch.
CreateBranchPage_SourceSelectionDialogTitle=Select Source
CreateBranchPage_SourceTooltip=The new branch will start at this point

Back to the top