summaryrefslogtreecommitdiff
path: root/core/pim/osearch/mainwindow.cpp
authordrw <drw>2004-04-06 15:42:02 (UTC)
committer drw <drw>2004-04-06 15:42:02 (UTC)
commite97648cdac8aba383e69e87c2d60644eb3bcc18d (patch) (side-by-side diff)
treec85c0edba53e01966320fc64559b27cdbfc7ae50 /core/pim/osearch/mainwindow.cpp
parentf55329d69e2dd21085294916b3ba49ea529214e0 (diff)
downloadopie-e97648cdac8aba383e69e87c2d60644eb3bcc18d.zip
opie-e97648cdac8aba383e69e87c2d60644eb3bcc18d.tar.gz
opie-e97648cdac8aba383e69e87c2d60644eb3bcc18d.tar.bz2
Some spelling and capitalization fixes for menu items
Diffstat (limited to 'core/pim/osearch/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/osearch/mainwindow.cpp b/core/pim/osearch/mainwindow.cpp
index 3edc8de..798e1f1 100644
--- a/core/pim/osearch/mainwindow.cpp
+++ b/core/pim/osearch/mainwindow.cpp
@@ -174,7 +174,7 @@ void MainWindow::makeMenu()
//SEARCH OPTIONS
//actionWholeWordsOnly = new QAction( tr("Whole words only"),QString::null, 0, this, 0, true );
//actionWholeWordsOnly->addTo( searchOptions );
- actionCaseSensitiv = new QAction( tr("Case sensitiv"),QString::null, 0, this, 0, true );
+ actionCaseSensitiv = new QAction( tr("Case sensitive"),QString::null, 0, this, 0, true );
actionCaseSensitiv->addTo( searchOptions );
actionWildcards = new QAction( tr("Use wildcards"),QString::null, 0, this, 0, true );
actionWildcards->addTo( searchOptions );