summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (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
@@ -33,4 +33,4 @@ NewPageDialog::NewPageDialog(uint width, uint height, const QColor& penColor,
- 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);