summaryrefslogtreecommitdiffabout
path: root/korganizer/koeditorrecurrence.cpp
Side-by-side diff
Diffstat (limited to 'korganizer/koeditorrecurrence.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/koeditorrecurrence.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/koeditorrecurrence.cpp b/korganizer/koeditorrecurrence.cpp
index ffc0fac..584d1ed 100644
--- a/korganizer/koeditorrecurrence.cpp
+++ b/korganizer/koeditorrecurrence.cpp
@@ -310,3 +310,3 @@ RecurYearly::RecurYearly( QWidget *parent, const char *name ) :
buttonLayout->addWidget( mByMonthRadio, 0, 0 , Qt::AlignRight);
- mByDayLabel = new QLabel( i18n(" 1 of "), buttonGroup );
+ mByDayLabel = new QLabel( i18n("%1 of ").arg(1), buttonGroup );
@@ -333,3 +333,3 @@ RecurYearly::RecurYearly( QWidget *parent, const char *name ) :
buttonLayout->addWidget( mByDayRadio, 1, 0 , Qt::AlignRight);
- mDayOfLabel = new QLabel( i18n("1 of the year"), buttonGroup );
+ mDayOfLabel = new QLabel( i18n("%1 of the year").arg(1), buttonGroup );
buttonLayout->addMultiCellWidget( mDayOfLabel, 1, 1, 1,3 );