Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2006-03-16 22:59:00 +0000
committerBogdan Gheorghe2006-03-16 22:59:00 +0000
commita9cc71416ac4a414e77597721763fa89b8b61a87 (patch)
treefa5556ce5829de8137afd5a672775cee1f33f6ad /bundles/org.eclipse.team.ui/src/org/eclipse/team
parent0246ce89e21576eacc0b44d3a65467388cd66325 (diff)
downloadeclipse.platform.team-a9cc71416ac4a414e77597721763fa89b8b61a87.tar.gz
eclipse.platform.team-a9cc71416ac4a414e77597721763fa89b8b61a87.tar.xz
eclipse.platform.team-a9cc71416ac4a414e77597721763fa89b8b61a87.zip
Bug 120593 Mnemonic collision in team project set exportStPatricksDay2006
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties8
1 files changed, 4 insertions, 4 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 ee4b244ae..54410bf84 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
@@ -81,7 +81,7 @@ ExportProjectSetMainPage_Project_Set_File_Name__3=Select the export destination:
ExportProjectSetMainPage_WorkspaceDialogMessage=Export Team Project Set to Workspace
ExportProjectSetMainPage_WorkspaceDialogFilename=Filename
ExportProjectSetMainPage_Browse_4=B&rowse...
-ExportProjectSetMainPage_SelectAll=Select All
+ExportProjectSetMainPage_SelectAll=S&elect All
ExportProjectSetMainPage_Browse=Bro&wse ...
ExportProjectSetMainPage_You_have_specified_a_folder_5=You have specified a folder
ExportProjectSetMainPage_WorkspaceDialogTitleMessage=Select a Folder in the Workspace and Type in a Filename
@@ -124,7 +124,7 @@ ImportProjectSetMainPage_allFiles=All Files (*.*)
ImportProjectSetAction_0=An error occurred importing this project set.
ImportProjectSetMainPage_Project_Set_Files_2=Team Project Set Files (*.psf)
ExportProjectSetMainPage__File_name__1=&File name:
-ExportProjectSetMainPage_WorkspaceButton=Workspace
+ExportProjectSetMainPage_WorkspaceButton=W&orkspace
SyncViewPreferencePage_lastRefreshRunNever=Never
@@ -304,8 +304,8 @@ RemoveSynchronizeParticipantAction_5=Save Changes
ConfigureProjectWizard_showAll=&Show All Wizards
ImportProjectSetMainPage_description=Creates projects from a previously exported project set file by fetching the project contents from the appropriate repositories.
ExportProjectSetMainPage_description=Save a file containing the names and locations of the shared projects in the workspace.
-ExportProjectSetMainPage_DeselectAll=Deselect All
-ExportProjectSetMainPage_FileButton=File
+ExportProjectSetMainPage_DeselectAll=&Deselect All
+ExportProjectSetMainPage_FileButton=F&ile
DefaultUIFileModificationValidator_0=Read-only Files Encountered
DefaultUIFileModificationValidator_1=Some of the files being modified by the current operation are read-only. Do you wish to make them writable?

Back to the top