diff options
Diffstat (limited to 'src/modules/help/HelpWindow.cpp')
| -rw-r--r-- | src/modules/help/HelpWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/help/HelpWindow.cpp b/src/modules/help/HelpWindow.cpp index e0b0ae747..47c0fe854 100644 --- a/src/modules/help/HelpWindow.cpp +++ b/src/modules/help/HelpWindow.cpp @@ -215,7 +215,7 @@ void HelpWindow::startSearch() s = s.toLower(); s = s.simplified(); if ( s.contains( '*' ) ) { - QMessageBox::warning( this, tr( "Full Text Search" ), + QMessageBox::warning( this, tr( "Full Text Search - KVIrc" ), tr( "Using a wildcard within phrases is not allowed." ) ); return; } @@ -224,7 +224,7 @@ void HelpWindow::startSearch() beg = str.indexOf( '\"', end + 1); } } else { - QMessageBox::warning( this, tr( "Full Text Search" ), + QMessageBox::warning( this, tr( "Full Text Search - KVIrc" ), tr( "The closing quotation mark is missing." ) ); return; } |
