From 949c238e785ad1060db41690bb60b1e252824708 Mon Sep 17 00:00:00 2001 From: leseb Date: Tue, 28 May 2002 17:02:11 +0000 Subject: Fix some translations --- (limited to 'noncore') diff --git a/noncore/graphics/drawpad/newpagedialog.cpp b/noncore/graphics/drawpad/newpagedialog.cpp index 14bcfb3..0592af2 100644 --- a/noncore/graphics/drawpad/newpagedialog.cpp +++ b/noncore/graphics/drawpad/newpagedialog.cpp @@ -31,8 +31,8 @@ NewPageDialog::NewPageDialog(uint width, uint height, const QColor& penColor, QGroupBox* sizeGroupBox = new QGroupBox(0, Qt::Vertical, tr("Page Size"), this); - QLabel* widthLabel = new QLabel(tr("Width :"), sizeGroupBox); - QLabel* heightLabel = new QLabel(tr("Height :"), sizeGroupBox); + QLabel* widthLabel = new QLabel(tr("Width:"), sizeGroupBox); + QLabel* heightLabel = new QLabel(tr("Height:"), sizeGroupBox); m_pWidthSpinBox = new QSpinBox(1, 1024, 1, sizeGroupBox); m_pHeightSpinBox = new QSpinBox(1, 1024, 1, sizeGroupBox); -- cgit v0.9.0.2