[PATCH] making the icnludepatterns description in the scriptprojectpart more clear

Sebastian Gutweiler sebastian at gutweiler.net
Tue Aug 12 15:33:04 UTC 2003


Hi,

when using gideon I noticed that the include patterns in a Script
Project should be separated by commas. The patch adds this to
description of the include/exclude patterns field. Maybe someone should
take a look at it, because I'm not a native speaker.

Sebastian
-------------- next part --------------
diff -u --recursive --new-file kdevelop_orig/parts/scriptproject/scriptoptionswidgetbase.ui kdevelop_change/parts/scriptproject/scriptoptionswidgetbase.ui
--- kdevelop_orig/parts/scriptproject/scriptoptionswidgetbase.ui	Sat Aug  9 15:12:09 2003
+++ kdevelop_change/parts/scriptproject/scriptoptionswidgetbase.ui	Tue Aug 12 14:53:33 2003
@@ -25,7 +25,7 @@
                 <cstring>includepatterns_label</cstring>
             </property>
             <property name="text">
-                <string>Include files into the project with the following patterns:</string>
+                <string>Include files into the project with the following patterns, please separate different patterns with commas:</string>
             </property>
         </widget>
         <widget class="QLayoutWidget">
@@ -74,7 +74,7 @@
                 <cstring>excludepatterns_label</cstring>
             </property>
             <property name="text">
-                <string>Exclude the following patterns:</string>
+                <string>Exclude the following patterns, please separate different patterns with commas:</string>
             </property>
         </widget>
         <widget class="QLayoutWidget">


More information about the KDevelop-devel mailing list