[Uml-devel] KDE/kdesdk/umbrello/umbrello/dialogs
Sharan Rao
sharanrao at gmail.com
Fri Nov 28 07:40:21 UTC 2008
SVN commit 889968 by sharan:
Set the title of the attribute settings page to "Attribute Settings",
rather than "General Settings"
M +1 -1 classpropdlg.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/classpropdlg.cpp #889967:889968
@@ -241,7 +241,7 @@
void ClassPropDlg::setupAttributesPage()
{
- QFrame* page = createPage( i18n("Attributes"), i18n("General Settings"),
+ QFrame* page = createPage( i18n("Attributes"), i18n("Attribute Settings"),
Icon_Utils::it_Properties_Attributes );
m_pAttPage = new ClassifierListPage(page, (UMLClassifier *)m_pObject, m_pDoc, Uml::ot_Attribute);
QHBoxLayout * attLayout = new QHBoxLayout(page);
More information about the umbrello-devel
mailing list