File tree 2 files changed +2
-2
lines changed
plugins/dxf2shp_converter
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ inline void Bezier3D::add( ParametricLine* pl )
90
90
91
91
inline void Bezier3D::remove ( int i )
92
92
{
93
- QgsDebugMsg ( " Error!!!!! A Bezier-curve has no Childs to remove." );
93
+ QgsDebugMsg ( " Error!!!!! A Bezier-curve has no children to remove." );
94
94
}
95
95
96
96
// -----------------------------------------------setters and getters---------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ void dxf2shpConverterGui::on_buttonBox_helpRequested()
123
123
" * Output Shp file: desired name of the shape file to be created\n "
124
124
" * Shp output file type: specifies the type of the output shape file\n "
125
125
" * Export text labels checkbox: if checked, an additional shp points layer will be created, "
126
- " and the associated dbf table will contain informations about the \" TEXT\" fields found"
126
+ " and the associated dbf table will contain information about the \" TEXT\" fields found"
127
127
" in the dxf file, and the text strings themselves\n\n "
128
128
" ---\n "
129
129
" Developed by Paolo L. Scala, Barbara Rita Barricelli, Marco Padula\n "
You can’t perform that action at this time.
0 commit comments