From eeedb6c479665095f69033eab23ab0d8b4d981b5 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 10 Oct 2020 12:41:28 +0200 Subject: Consistency for use class graphs / class diagrams In the GUI the term "Class diagrams" is used although this is linked to the setting `CLASS_GRAPH` and not to the setting `CLASS_DIAGRAMS`. Changed text in this case for consistency. --- addon/doxywizard/wizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 addon/doxywizard/wizard.cpp diff --git a/addon/doxywizard/wizard.cpp b/addon/doxywizard/wizard.cpp old mode 100644 new mode 100755 index aa98d02..9d0c8f5 --- a/addon/doxywizard/wizard.cpp +++ b/addon/doxywizard/wizard.cpp @@ -1127,7 +1127,7 @@ Step4::Step4(Wizard *wizard,const QHash &modelData) m_dotGroup = new QGroupBox(tr("Dot graphs to generate")); QVBoxLayout *vbox = new QVBoxLayout; - m_dotClass=new QCheckBox(tr("Class diagrams")); + m_dotClass=new QCheckBox(tr("Class graphs")); // CLASS_GRAPH m_dotCollaboration=new QCheckBox(tr("Collaboration diagrams")); // COLLABORATION_GRAPH -- cgit v0.12