1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00

Basic fix for one of the errors reported in 76080, namely that deletions of files pops up a confirmation box that uses the term "directories". I just added "files or directories".

This commit is contained in:
Sean Evoy 2005-01-24 20:18:18 +00:00
parent d5994ef1b5
commit fe3c4a2eea

View file

@ -140,7 +140,7 @@ FileListControl.movedown=Move Down
FileListControl.filedialog.title=Select File FileListControl.filedialog.title=Select File
FileListControl.dirdialog.title=Select Include Directory FileListControl.dirdialog.title=Select Include Directory
FileListControl.dirdialog.desc=Select Include Paths FileListControl.dirdialog.desc=Select Include Paths
FileListControl.deletedialog.message=Are you sure you want to delete the selected directories? FileListControl.deletedialog.message=Are you sure you want to delete the selected files or directories?
FileListControl.deletedialog.title=Confirm Delete FileListControl.deletedialog.title=Confirm Delete
FileListControl.editdialog.title=Edit Dialog FileListControl.editdialog.title=Edit Dialog
FileListControl.newdialog.title=New Dialog FileListControl.newdialog.title=New Dialog