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:
parent
c980af0e11
commit
dfd0794ed6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue