diff options
author | albert-github <albert.tests@gmail.com> | 2020-10-10 10:41:28 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-10-10 10:41:28 (GMT) |
commit | eeedb6c479665095f69033eab23ab0d8b4d981b5 (patch) | |
tree | 64f5a903d98ca1d4eb8a27cd4b3e8bab7c3e0edf /addon | |
parent | b9067c651c8cb0ee24d024495caf297508fec89c (diff) | |
download | Doxygen-eeedb6c479665095f69033eab23ab0d8b4d981b5.zip Doxygen-eeedb6c479665095f69033eab23ab0d8b4d981b5.tar.gz Doxygen-eeedb6c479665095f69033eab23ab0d8b4d981b5.tar.bz2 |
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.
Diffstat (limited to 'addon')
-rwxr-xr-x[-rw-r--r--] | addon/doxywizard/wizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/wizard.cpp b/addon/doxywizard/wizard.cpp index aa98d02..9d0c8f5 100644..100755 --- a/addon/doxywizard/wizard.cpp +++ b/addon/doxywizard/wizard.cpp @@ -1127,7 +1127,7 @@ Step4::Step4(Wizard *wizard,const QHash<QString,Input*> &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 |