diff options
Diffstat (limited to 'korganizer/archivedialog.cpp')
-rw-r--r-- | korganizer/archivedialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/archivedialog.cpp b/korganizer/archivedialog.cpp index 88d20fded..48c299e0a 100644 --- a/korganizer/archivedialog.cpp +++ b/korganizer/archivedialog.cpp @@ -130,11 +130,11 @@ ArchiveDialog::ArchiveDialog(Calendar *cal,TQWidget *parent, const char *name) l->setBuddy(mArchiveFile->lineEdit()); fileLayout->addWidget(mArchiveFile); topLayout->addLayout(fileLayout); - - TQHGroupBox *typeBox = new TQHGroupBox( i18n("Type of Items to Archive"), + + TQHGroupBox *typeBox = new TQHGroupBox( i18n("Type of Items to Archive"), topFrame); mEvents = new TQCheckBox( i18n("&Events"), typeBox ); - mTodos = new TQCheckBox( i18n("&To-dos"), typeBox ); + mTodos = new TQCheckBox( i18n("Completed &To-dos"), typeBox ); topLayout->addWidget( typeBox ); TQWhatsThis::add( typeBox, i18n("Here you can select which items " "should be archived. Events are archived if they " |