diff options
| -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); | 
