author | leseb <leseb> | 2002-05-28 17:02:11 (UTC) |
---|---|---|
committer | leseb <leseb> | 2002-05-28 17:02:11 (UTC) |
commit | 949c238e785ad1060db41690bb60b1e252824708 (patch) (side-by-side diff) | |
tree | e9f8991379fb5f3dbc364c819676a2ca69f4b3ce /noncore | |
parent | 9ec323fe6ae0f1f737749d3d63ffaa4a04c55973 (diff) | |
download | opie-949c238e785ad1060db41690bb60b1e252824708.zip opie-949c238e785ad1060db41690bb60b1e252824708.tar.gz opie-949c238e785ad1060db41690bb60b1e252824708.tar.bz2 |
Fix some translations
-rw-r--r-- | noncore/graphics/drawpad/newpagedialog.cpp | 4 |
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); |