Changeset 6121

Show
Ignore:
Timestamp:
04/04/08 08:57:48 (8 months ago)
Author:
eugene
Message:

And another one...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/settings/contactlist.cpp

    r6120 r6121  
    191191  // Headings 
    192192  myColTitleLabel = new QLabel (tr("Title")); 
    193   myColTitleLabel->setToolTip(tr("The string which will appear in the list myBox column header")); 
     193  myColTitleLabel->setToolTip(tr("The string which will appear in the column header")); 
    194194  myColumnsLayout->addWidget(myColTitleLabel, 0, 1); 
    195195  myColFormatLabel = new QLabel (tr("Format"));