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

Fixed invalid resource keys.

This commit is contained in:
Sergey Prigogin 2013-05-23 18:15:33 -07:00
parent 55afbf6bc5
commit 2a84dfb7e3
2 changed files with 3 additions and 3 deletions

View file

@ -278,8 +278,8 @@ ActionDefinition.addInclude.name= Add Include
ActionDefinition.addInclude.description= Create include statement on selection
#Organize Includes
ActionDefinition.addInclude.name= Organize Includes
ActionDefinition.addInclude.description= Evaluates all required includes and replaces the current includes
ActionDefinition.organizeIncludes.name= Organize Includes
ActionDefinition.organizeIncludes.description= Evaluates all required includes and replaces the current includes
#Sort Lines
ActionDefinition.sortLines.name= Sort Lines

View file

@ -2977,7 +2977,7 @@
</command>
<command
name="%ActionDefinition.organizeIncludes.name"
description="%ActionDefinition.OrganizeIncludes.description"
description="%ActionDefinition.organizeIncludes.description"
categoryId="org.eclipse.cdt.ui.category.source"
id="org.eclipse.cdt.ui.edit.text.c.organize.includes">
</command>