diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-08-09 01:44:30 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-08-09 01:44:30 +0200 |
commit | e39fb095aed235c1e5c9d391ed509cae1dfe18e0 (patch) | |
tree | dbc66f8fc9409c6bb264dbf5f4a5f26673040001 /src | |
parent | Removed an unneeded space (diff) | |
download | rekonq-e39fb095aed235c1e5c9d391ed509cae1dfe18e0.tar.xz |
Removed unneeded space
Diffstat (limited to 'src')
-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); |