Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Minor patch for descriptive text of managed builder's final wizard page

Index: PluginResources.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/PluginResources.properties,v
retrieving revision 1.18
diff -u -r1.18 PluginResources.properties
--- PluginResources.properties	26 Jun 2004 23:17:26 -0000	1.18
+++ PluginResources.properties	22 Sep 2004 20:12:09 -0000
@@ -46,7 +46,7 @@
 
 # -- Strings for the additional options tab
 MngMakeProjectWizard.options.title=Additional Project Settings
-MngMakeProjectWizard.options.desc=Defined the inter-project dependencies, if any.
+MngMakeProjectWizard.options.desc=Define the inter-project dependencies, if any.
 
 # ----------- Configuration Selection Page -----------
 BuildPropertyPage.label.Platform=Platform:


Back to the top