From 6bbe59222c6b439f2016d0a36a111f17d338d120 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 17 Dec 2002 13:48:35 +0000 Subject: - spehling fix by Carsten --- (limited to 'core') diff --git a/core/pim/today/todayconfig.cpp b/core/pim/today/todayconfig.cpp index bedfd61..0774ccb 100644 --- a/core/pim/today/todayconfig.cpp +++ b/core/pim/today/todayconfig.cpp @@ -69,7 +69,7 @@ TodayConfig::TodayConfig( QWidget* parent, const char* name, bool modal ) m_appletListView->addColumn( "PluginList" ); m_appletListView->header()->hide(); m_appletListView->setSorting( -1 ); - QWhatsThis::add( m_appletListView, tr( "Check a checkbox to activate/deactivate a plugin ore use the arrow buttons on the right to change the appearance order" ) ); + QWhatsThis::add( m_appletListView, tr( "Check a checkbox to activate/deactivate a plugin or use the arrow buttons on the right to change the appearance order" ) ); QVBox *vbox1 = new QVBox( hbox1 ); new ToolButton( vbox1, tr( "Move Up" ), "up", this , SLOT( moveSelectedUp() ) ); new ToolButton( vbox1, tr( "Move Down" ), "down", this , SLOT( moveSelectedDown() ) ); -- cgit v0.9.0.2