summaryrefslogtreecommitdiffstats
path: root/src/flowcodeview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/flowcodeview.cpp')
-rw-r--r--src/flowcodeview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flowcodeview.cpp b/src/flowcodeview.cpp
index 0fa5b4d..d6e994f 100644
--- a/src/flowcodeview.cpp
+++ b/src/flowcodeview.cpp
@@ -53,7 +53,7 @@ FlowCodeView::FlowCodeView( FlowCodeDocument * flowCodeDocument, ViewContainer *
TQWhatsThis::add( this, i18n(
"Construct a FlowCode document by dragging FlowParts from the list on the left. All FlowCharts require an initial \"Start\" part, of which there can only be one.<br><br>"
- "Some FlowParts, such as Subroutines, act as a container element for other FlowParts. Drag the items in or out of a container as appropritate. The container that will become the tqparent of the part being dragged is indicated by being selected.<br><br>"
+ "Some FlowParts, such as Subroutines, act as a container element for other FlowParts. Drag the items in or out of a container as appropritate. The container that will become the parent of the part being dragged is indicated by being selected.<br><br>"
"Note that connections cannot be made between FlowParts in different containers, or at different levels."
) );