summaryrefslogtreecommitdiff
path: root/core
authorsimon <simon>2002-12-17 13:48:35 (UTC)
committer simon <simon>2002-12-17 13:48:35 (UTC)
commit6bbe59222c6b439f2016d0a36a111f17d338d120 (patch) (side-by-side diff)
tree82f864fb5a09e00ec37719fa050269cb68d9591f /core
parentefa5fe3b71e69214b1968b098c1a19e68983df23 (diff)
downloadopie-6bbe59222c6b439f2016d0a36a111f17d338d120.zip
opie-6bbe59222c6b439f2016d0a36a111f17d338d120.tar.gz
opie-6bbe59222c6b439f2016d0a36a111f17d338d120.tar.bz2
- spehling fix by Carsten
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/todayconfig.cpp2
1 files changed, 1 insertions, 1 deletions
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() ) );