Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Muskalla2010-06-30 11:33:21 +0000
committerMathias Kinzler2010-06-30 13:17:55 +0000
commit3624bbf41bf3c82959bec9f9abea9eb707abe2b0 (patch)
treebe8d6cd019a19d35e2d3a8108bb0c5528b4c53a2
parentfd6e59cf068ba625ccbe857b76e6267b2a4e97a5 (diff)
downloadegit-3624bbf41bf3c82959bec9f9abea9eb707abe2b0.tar.gz
egit-3624bbf41bf3c82959bec9f9abea9eb707abe2b0.tar.xz
egit-3624bbf41bf3c82959bec9f9abea9eb707abe2b0.zip
fixed duplicate mnemonic in Import projects wizard
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties2
1 files changed, 1 insertions, 1 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 108a394ca0..2862eec234 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
@@ -679,7 +679,7 @@ GitSelectWizardPage_InteractiveShareButton=Share new projects &interactively
GitSelectWizardPage_NoShareButton=Do n&ot share new projects
GitSelectWizardPage_ProjectCreationHeader=Method for project creation
GitSelectWizardPage_SharingProjectsHeader=Method for sharing projects after project creation
-GitSelectWizardPage_UseNewProjectsWizardButton=Use the &New Projects wizard
+GitSelectWizardPage_UseNewProjectsWizardButton=Use the New &Projects wizard
GitSelectWizardPage_WizardTitle=Choose how to import and share projects from at Git Repository
GitShareProjectsPage_AbortedMessage=Action was aborted
GitShareProjectsPage_NoNewProjectMessage=No new projects found

Back to the top