aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/classeditor/classeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/classeditor/classeditor.cpp')
-rw-r--r--src/modules/classeditor/classeditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/classeditor/classeditor.cpp b/src/modules/classeditor/classeditor.cpp
index d8e7a029a..4624762c0 100644
--- a/src/modules/classeditor/classeditor.cpp
+++ b/src/modules/classeditor/classeditor.cpp
@@ -735,7 +735,7 @@ void KviClassEditor::currentItemChanged(QTreeWidgetItem * it, QTreeWidgetItem *)
szLabelText += ": <b>";
szLabelText += szClassName;
szLabelText += "</b>, ";
- szLabelText += __tr2qs_ctx("Inherits from class ","editor");
+ szLabelText += __tr2qs_ctx("inherits from class ","editor");
szLabelText += ": <b>";
szLabelText += pClassItem->InheritsClass();
szLabelText += "</b>";
@@ -743,7 +743,7 @@ void KviClassEditor::currentItemChanged(QTreeWidgetItem * it, QTreeWidgetItem *)
//m_pInheritsClassNameLabel->setText(szLabelText);
- szLabelText = __tr2qs_ctx("Member Function:","editor");
+ szLabelText = __tr2qs_ctx("Member Function","editor");
if(m_pLastEditedItem->isMethod())
{
szLabelText += ": <b>";