diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 20:20:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 20:20:44 +0200 |
commit | 9335b37de029837fde82ac64cc7e27365fbd200c (patch) | |
tree | 2795f9344b88ceacc433f574e52c2b7aca710416 /src/panelhistory.cpp | |
parent | updated RELEASE instructions (not yet ready, anyway..) (diff) | |
parent | Added some FIXME notes about some strings (diff) | |
download | rekonq-9335b37de029837fde82ac64cc7e27365fbd200c.tar.xz |
Merge commit 'pano/string-fixes'
Diffstat (limited to 'src/panelhistory.cpp')
-rw-r--r-- | src/panelhistory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panelhistory.cpp b/src/panelhistory.cpp index f9ac9da0..d6367669 100644 --- a/src/panelhistory.cpp +++ b/src/panelhistory.cpp @@ -51,7 +51,7 @@ PanelHistory::PanelHistory(QWidget *parent) // add search bar QHBoxLayout *hBoxLayout = new QHBoxLayout; hBoxLayout->setContentsMargins(5, 0, 0, 0); - QLabel *searchLabel = new QLabel(i18n("Search: ")); + QLabel *searchLabel = new QLabel(i18n("Search:")); hBoxLayout->addWidget(searchLabel); KLineEdit *search = new KLineEdit; hBoxLayout->addWidget(search); |