diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-10-19 20:19:06 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-10-19 20:19:06 +0200 |
commit | b979b187e22d216cc2fd5888cf8b93f7920fb449 (patch) | |
tree | 7a5de84f348f46b22b8baaaf37e2c1b006722347 /src/previewselectorbar.cpp | |
parent | Fix icons duplication in the urlbar if a bookmark is added during a page loading (diff) | |
download | rekonq-b979b187e22d216cc2fd5888cf8b93f7920fb449.tar.xz |
can not -> cannot
Diffstat (limited to 'src/previewselectorbar.cpp')
-rw-r--r-- | src/previewselectorbar.cpp | 4 |
1 files changed, 2 insertions, 2 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 +} |