summaryrefslogtreecommitdiff
path: root/src/zoombar.cpp
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2010-08-11 14:28:32 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2010-08-11 14:28:32 +0200
commit5906260272bb117ccfa6e36ccc50a829ab3fc4e9 (patch)
tree79d30ee00b95ef1d07ec5102d6b677af7219ed8b /src/zoombar.cpp
parentStay consistent with the terms (diff)
downloadrekonq-5906260272bb117ccfa6e36ccc50a829ab3fc4e9.tar.xz
remove superfluous space
Diffstat (limited to 'src/zoombar.cpp')
-rw-r--r--src/zoombar.cpp2
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);