diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-16 23:00:22 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-16 23:00:22 +0200 |
commit | 65d8e884710e48bb20f3aa812db15f9349b15446 (patch) | |
tree | db3bbc892ee35f171f2f9ed0d6e1a43eb73f9fbe /src | |
parent | Merge commit 'refs/merge-requests/1825' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-65d8e884710e48bb20f3aa812db15f9349b15446.tar.xz |
use the same bar string.
Pano, check them to choose the best...
Diffstat (limited to 'src')
-rw-r--r-- | src/homepage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/homepage.cpp b/src/homepage.cpp index 078f2391..4735315a 100644 --- a/src/homepage.cpp +++ b/src/homepage.cpp @@ -78,7 +78,7 @@ QString HomePage::rekonqHomePage(const KUrl &url) if(url == KUrl("rekonq:allTabs")) { speed = fillAllTabs(); - title = i18n("Open Tabs"); + title = i18n("All Tabs"); } if(url == KUrl("rekonq:history")) { |