diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-07-11 02:27:38 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-07-11 02:27:38 +0200 |
commit | 05f0f105781a1efdd7c94c411c9371dcdf150652 (patch) | |
tree | eb11acf6fb57c0faded12560ca19c52ff527b241 /src/bookmarks | |
parent | forgot to add apt: to urlbar ;) (diff) | |
parent | tab has to be plural (diff) | |
download | rekonq-05f0f105781a1efdd7c94c411c9371dcdf150652.tar.xz |
Merge commit 'refs/merge-requests/149' of git://gitorious.org/rekonq/mainline
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/bookmarksmanager.cpp | 2 |
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); } |