Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2011-05-25 11:42:28 +0000
committerTomasz Zarna2011-05-25 11:42:28 +0000
commit8c3033490da60252450326cbd12525a6e89f864a (patch)
tree7c9a972c6fd2f608f0490adf28cd848e21070dfe
parentded02469bbd746a65ee261f5b148e2cb89219bcf (diff)
downloadeclipse.platform.team-8c3033490da60252450326cbd12525a6e89f864a.tar.gz
eclipse.platform.team-8c3033490da60252450326cbd12525a6e89f864a.tar.xz
eclipse.platform.team-8c3033490da60252450326cbd12525a6e89f864a.zip
bug 347124: [Wizards] Import Team Project Set page is missing mnemonics for radio buttons (File/URL)
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
index 2d152d910..e146d459c 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation and others.
+# Copyright (c) 2000, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -104,8 +104,8 @@ ExportProjectSetMainPage_ExportWorkingSets=E&xport working sets
ExportProjectSetMainPage_Initial_description=Define which projects or working sets should be exported into the team project file.
ExportProjectSetMainPage_specifyFile=Please specify the destination file.
-ImportProjectSetMainPage_Project_Set_File=File
-ImportProjectSetMainPage_Project_Set_Url=URL
+ImportProjectSetMainPage_Project_Set_File=F&ile
+ImportProjectSetMainPage_Project_Set_Url=&URL
ImportProjectSetMainPage_Browse_3=B&rowse...
ImportProjectSetMainPage_Browse=Br&owse...
ImportProjectSetMainPage_The_given_URL_cannot_be_loaded=File from given URL cannot be loaded

Back to the top