diff options
Diffstat (limited to 'kdevdesigner')
-rw-r--r-- | kdevdesigner/designer/editfunctions.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdevdesigner/designer/editfunctions.ui b/kdevdesigner/designer/editfunctions.ui index c3483b1d..ea59e46a 100644 --- a/kdevdesigner/designer/editfunctions.ui +++ b/kdevdesigner/designer/editfunctions.ui @@ -44,7 +44,7 @@ <bool>true</bool> </property> <property name="whatsThis" stdset="0"> - <string><b>Edit Functions</b><p>Add, edit or delete the current form's Q_SLOTS or functions.</p><p>Click the <b>Add Function</b>-button to create a new function; enter a name, choose an access mode and specify if it should be a slot or normal function.</p><p>Select an entry from the list and click the <b>Delete Function</b>-button to remove a function; in case of a slot all connections using this slot will also be removed.</p></string> + <string><b>Edit Functions</b><p>Add, edit or delete the current form's slots or functions.</p><p>Click the <b>Add Function</b>-button to create a new function; enter a name, choose an access mode and specify if it should be a slot or normal function.</p><p>Select an entry from the list and click the <b>Delete Function</b>-button to remove a function; in case of a slot all connections using this slot will also be removed.</p></string> </property> <vbox> <property name="name"> @@ -169,13 +169,13 @@ <enum>StrongFocus</enum> </property> <property name="text"> - <string>Only d&isplay Q_SLOTS</string> + <string>Only d&isplay slots</string> </property> <property name="toolTip" stdset="0"> <string>Change displaying mode for functions</string> </property> <property name="whatsThis" stdset="0"> - <string><b>Check this button if only the Q_SLOTS should be displayed</b><p>Otherwise all functions, i.e. normal C++ functions and Q_SLOTS are displayed.</p> + <string><b>Check this button if only the slots should be displayed</b><p>Otherwise all functions, i.e. normal C++ functions and slots are displayed.</p> </string> </property> </widget> |