summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-07-11 02:27:38 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-07-11 02:27:38 +0200
commit05f0f105781a1efdd7c94c411c9371dcdf150652 (patch)
treeeb11acf6fb57c0faded12560ca19c52ff527b241 /src
parent forgot to add apt: to urlbar ;) (diff)
parenttab has to be plural (diff)
downloadrekonq-05f0f105781a1efdd7c94c411c9371dcdf150652.tar.xz
Merge commit 'refs/merge-requests/149' of git://gitorious.org/rekonq/mainline
Diffstat (limited to 'src')
-rw-r--r--src/bookmarks/bookmarksmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarksmanager.cpp b/src/bookmarks/bookmarksmanager.cpp
index 954a633a..537b5366 100644
--- a/src/bookmarks/bookmarksmanager.cpp
+++ b/src/bookmarks/bookmarksmanager.cpp
@@ -234,7 +234,7 @@ void BookmarkMenu::addOpenFolderInTabs()
if (!bookmark.isNull())
{
action = new KAction(KIcon("tab-new"), i18n("Open Folder in Tabs"), this);
- action->setHelpText(i18n("Open all bookmarks in this folder as a new tab."));
+ action->setHelpText(i18n("Open all bookmarks in this folder as new tabs."));
connect(action, SIGNAL(triggered(bool)), this, SLOT(slotOpenFolderInTabs()));
parentMenu()->addAction(action);
}