From e97648cdac8aba383e69e87c2d60644eb3bcc18d Mon Sep 17 00:00:00 2001 From: drw Date: Tue, 06 Apr 2004 15:42:02 +0000 Subject: Some spelling and capitalization fixes for menu items --- (limited to 'core/pim/osearch/datebooksearch.cpp') diff --git a/core/pim/osearch/datebooksearch.cpp b/core/pim/osearch/datebooksearch.cpp index 34cf0ce..1b44be2 100644 --- a/core/pim/osearch/datebooksearch.cpp +++ b/core/pim/osearch/datebooksearch.cpp @@ -30,8 +30,8 @@ DatebookSearch::DatebookSearch(QListView* parent, QString name) { QIconSet is = Resource::loadIconSet( "datebook/DateBookSmall" ); setPixmap( 0, is.pixmap( QIconSet::Large, true ) ); - actionShowPastEvents = new QAction( QObject::tr("show past events"),QString::null, 0, 0, 0, true ); - actionSearchInDates = new QAction( QObject::tr("search in dates"),QString::null, 0, 0, 0, true ); + actionShowPastEvents = new QAction( QObject::tr("Show past events"),QString::null, 0, 0, 0, true ); + actionSearchInDates = new QAction( QObject::tr("Search in dates"),QString::null, 0, 0, 0, true ); Config cfg( "osearch", Config::User ); cfg.setGroup( "datebook_settings" ); actionShowPastEvents->setOn( cfg.readBoolEntry( "show_past_events", false ) ); -- cgit v0.9.0.2