# HG changeset patch # User Chris Cannam # Date 1235561583 0 # Node ID 33572f3ad62be7d9949d0c778c48e582236a4be9 # Parent 299d0ffebb386a558b51a3ee3394803b25a0b8bf ... diff -r 299d0ffebb38 -r 33572f3ad62b widgets/ActivityLog.cpp --- a/widgets/ActivityLog.cpp Wed Feb 25 11:26:07 2009 +0000 +++ b/widgets/ActivityLog.cpp Wed Feb 25 11:33:03 2009 +0000 @@ -32,7 +32,7 @@ QGridLayout *layout = new QGridLayout; setLayout(layout); - layout->addWidget(new QLabel(tr("
Activity Log shows a list of your interactions and other events within %1.
").arg(QApplication::applicationName())), 0, 0); + layout->addWidget(new QLabel(tr("Activity Log lists your interactions and other events within %1.
").arg(QApplication::applicationName())), 0, 0); m_listView = new QListView; m_model = new QStringListModel;