1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug 421889 - Typo in CRefactoringDescriptor_unknown_project message

Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2013-11-16 17:21:56 -05:00
parent c980af0e11
commit dfd0794ed6

View file

@ -26,7 +26,7 @@ CreateFileChange_UnknownLoc=Unknown location: {0}
CreateFileChange_FileExists=File already exists: {0}
CRefactoring_FileNotFound=The file {0} is not on the build path of a C/C++ project.
CRefactoring_checking_final_conditions=Checking preconditions...
CRefactoringDescriptor_unknown_project=Project ''{0}'' does not exist of is not a C/C++ project.
CRefactoringDescriptor_unknown_project=Project ''{0}'' does not exist or is not a C/C++ project.
CRefactoringDescriptor_illegal_selection=Illegal selection.
Refactoring_SelectionNotValid=Selection is not valid.
Refactoring_CantLoadTU=Can not load translation unit.