diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-08-11 14:28:32 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-08-11 14:28:32 +0200 |
commit | 5906260272bb117ccfa6e36ccc50a829ab3fc4e9 (patch) | |
tree | 79d30ee00b95ef1d07ec5102d6b677af7219ed8b /src | |
parent | Stay consistent with the terms (diff) | |
download | rekonq-5906260272bb117ccfa6e36ccc50a829ab3fc4e9.tar.xz |
remove superfluous space
Diffstat (limited to 'src')
-rw-r--r-- | src/zoombar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zoombar.cpp b/src/zoombar.cpp index 14e88cf5..485d71a9 100644 --- a/src/zoombar.cpp +++ b/src/zoombar.cpp @@ -64,7 +64,7 @@ ZoomBar::ZoomBar(QWidget *parent) layout->setAlignment(hideButton, Qt::AlignLeft | Qt::AlignTop); // label - QLabel *label = new QLabel(i18n("Zoom :")); + QLabel *label = new QLabel(i18n("Zoom:")); layout->addWidget(label); m_zoomSlider->setTracking(true); |