From 3a0905f71dff309c3bb423453459ff60bca0a0be Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Fri, 18 May 2007 15:16:07 +0000 Subject: [PATCH] [187747] fixed strings on new file and folder wizards --- .../rse/internal/files/ui/FileResources.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties index 7713ab14a85..edada5518ef 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties +++ b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties @@ -55,11 +55,11 @@ DefaultEditorDescription_name = &Default Editor RESID_NEWFILE_TITLE=New File RESID_NEWFILE_PAGE1_TITLE=Remote File RESID_NEWFILE_PAGE1_DESCRIPTION=Create a New File -RESID_NEWFILE_FOLDER_LABEL=Folder name +RESID_NEWFILE_FOLDER_LABEL=Parent folder RESID_NEWFILE_FOLDER_TIP=Folder in which the new file will be created RESID_NEWFILE_CONNECTIONNAME_LABEL=Connection name RESID_NEWFILE_CONNECTIONNAME_TIP=Connection name where the new file will be created -RESID_NEWFILE_NAME_LABEL=File name +RESID_NEWFILE_NAME_LABEL=New file name RESID_NEWFILE_NAME_TOOLTIP=Enter a file name for the new file #============================================================= @@ -70,9 +70,9 @@ RESID_NEWFOLDER_PAGE1_TITLE=Remote Folder RESID_NEWFOLDER_PAGE1_DESCRIPTION=Create a New Folder RESID_NEWFOLDER_CONNECTIONNAME_LABEL=Connection name RESID_NEWFOLDER_CONNECTIONNAME_TIP=Connection name where the new folder will be created -RESID_NEWFOLDER_NAME_LABEL=Folder name +RESID_NEWFOLDER_NAME_LABEL=New folder name RESID_NEWFOLDER_NAME_TOOLTIP=Enter a folder name for the new folder -RESID_NEWFOLDER_FOLDER_LABEL=Folder name +RESID_NEWFOLDER_FOLDER_LABEL=Parent folder RESID_NEWFOLDER_FOLDER_TIP=Folder in which the new folder will be created ##############################################################