Changeset 6121
- Timestamp:
- 04/04/08 08:57:48 (8 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/settings/contactlist.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/settings/contactlist.cpp
r6120 r6121 191 191 // Headings 192 192 myColTitleLabel = new QLabel (tr("Title")); 193 myColTitleLabel->setToolTip(tr("The string which will appear in the list myBoxcolumn header"));193 myColTitleLabel->setToolTip(tr("The string which will appear in the column header")); 194 194 myColumnsLayout->addWidget(myColTitleLabel, 0, 1); 195 195 myColFormatLabel = new QLabel (tr("Format"));
