summaryrefslogtreecommitdiff
path: root/noncore/graphics
authorleseb <leseb>2002-05-28 17:02:11 (UTC)
committer leseb <leseb>2002-05-28 17:02:11 (UTC)
commit949c238e785ad1060db41690bb60b1e252824708 (patch) (side-by-side diff)
treee9f8991379fb5f3dbc364c819676a2ca69f4b3ce /noncore/graphics
parent9ec323fe6ae0f1f737749d3d63ffaa4a04c55973 (diff)
downloadopie-949c238e785ad1060db41690bb60b1e252824708.zip
opie-949c238e785ad1060db41690bb60b1e252824708.tar.gz
opie-949c238e785ad1060db41690bb60b1e252824708.tar.bz2
Fix some translations
Diffstat (limited to 'noncore/graphics') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/newpagedialog.cpp4
1 files changed, 2 insertions, 2 deletions
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);