Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2016-12-13 11:22:38 +0000
committerThomas Wolf2016-12-13 11:28:18 +0000
commit54595377e4a135ac0a43dd2aff122a823e232689 (patch)
treeda9c4174bb7b8abc97b32a2fefa4f6dff79bfffd /org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
parentb5b679b3f5d73e896e306f3ca81aa569a8f2fc1b (diff)
downloadegit-54595377e4a135ac0a43dd2aff122a823e232689.tar.gz
egit-54595377e4a135ac0a43dd2aff122a823e232689.tar.xz
egit-54595377e4a135ac0a43dd2aff122a823e232689.zip
Change mnemonic in PushBranchPage
Alt-N conflicts with the mnemonic for the "Next" button. Use Alt-R instead. Note that this button label is also used on the PullWizardPage. Bug: 508997 Change-Id: I106c3b513b68a489f9aa4866e342377aac6f0a3d Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties2
1 files changed, 1 insertions, 1 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 639acbd1d2..caaa5fbc88 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
@@ -736,7 +736,7 @@ PushBranchPage_RemoteBranchNameLabel=Branch:
PushBranchPage_ChooseBranchNameError=Choose to which branch in remote ''{0}'' you want to push.
PushBranchPage_ForceUpdateButton=&Force overwrite branch in remote if it exists and has diverged
PushBranchPage_InvalidBranchNameError=Invalid branch name.
-PushBranchPage_NewRemoteButton=&New Remote...
+PushBranchPage_NewRemoteButton=New &Remote...
PushBranchPage_PageMessage=Select a remote and the name the branch should have in the remote.
PushBranchPage_PageName=Simple Push
PushBranchPage_PageTitle=Push to branch in remote

Back to the top