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

Provide a meaningful message if file is not on the build path.

This commit is contained in:
Emanuel Graf 2009-11-05 12:28:20 +00:00
parent 8b299df1e4
commit e0573bc36d

View file

@ -23,7 +23,7 @@ AddDeclarationNodeToClassChange_AddDeclaration=Add Declaration to Class {0}.
CreateFileChange_CreateFile=Create file: {0}
CreateFileChange_UnknownLoc=Unknown Location: {0}
CreateFileChange_FileExists=File already exists: {0}
CRefactoring_FileNotFound=File {0} not found in the Project Source Path.
CRefactoring_FileNotFound=The file {0} is not on the build path of a C/C++ project.
Refactoring_SelectionNotValid=Selection is not valid.
Refactoring_CantLoadTU=Can not load translation unit.
Refactoring_Ambiguity=Translation unit is ambiguous.