diff options
-rw-r--r-- | src/previewselectorbar.cpp | 4 | ||||
-rw-r--r-- | src/protocolhandler.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/previewselectorbar.cpp b/src/previewselectorbar.cpp index a53d2831..c8ab5b0a 100644 --- a/src/previewselectorbar.cpp +++ b/src/previewselectorbar.cpp @@ -97,7 +97,7 @@ void PreviewSelectorBar::verifyUrl() else { m_button->setEnabled(false); - m_button->setToolTip(i18n("You can not add this webpage as favorite")); + m_button->setToolTip(i18n("You cannot add this webpage as favorite")); } } @@ -146,4 +146,4 @@ void PreviewSelectorBar::clicked() } destroy(); -}
\ No newline at end of file +} diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp index 5d5667af..16af1f32 100644 --- a/src/protocolhandler.cpp +++ b/src/protocolhandler.cpp @@ -167,7 +167,7 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra // Error Message, for those protocols even KDE cannot handle KMessageBox::error(Application::instance()->mainWindow(), i18nc("@info", - "rekonq can not handle this URL. \ + "rekonq cannot handle this URL. \ Please use an appropriate application to open it.")); return false; } |