mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +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:
parent
d5994ef1b5
commit
fe3c4a2eea
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ FileListControl.movedown=Move Down
|
|||
FileListControl.filedialog.title=Select File
|
||||
FileListControl.dirdialog.title=Select Include Directory
|
||||
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.editdialog.title=Edit Dialog
|
||||
FileListControl.newdialog.title=New Dialog
|
||||
|
|
Loading…
Add table
Reference in a new issue