author | zautrix <zautrix> | 2005-02-07 06:16:24 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-02-07 06:16:24 (UTC) |
commit | 363a0e27d630452762e76131b4606e14a3231f01 (patch) (unidiff) | |
tree | 11f423fbb1b29ad8315f2178d0a6ce20d7a36e7f | |
parent | 301a4a207171549bd87815705d8dcf32ad15559d (diff) | |
download | kdepimpi-363a0e27d630452762e76131b4606e14a3231f01.zip kdepimpi-363a0e27d630452762e76131b4606e14a3231f01.tar.gz kdepimpi-363a0e27d630452762e76131b4606e14a3231f01.tar.bz2 |
another fix
-rw-r--r-- | bin/kdepim/korganizer/germantranslation.txt | 1 | ||||
-rw-r--r-- | korganizer/koeditorgeneraltodo.cpp | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/bin/kdepim/korganizer/germantranslation.txt b/bin/kdepim/korganizer/germantranslation.txt index ee37492..d52fad0 100644 --- a/bin/kdepim/korganizer/germantranslation.txt +++ b/bin/kdepim/korganizer/germantranslation.txt | |||
@@ -1226,4 +1226,5 @@ | |||
1226 | { "Parent todo:<br>","Über Todo:<br>" }, | 1226 | { "Parent todo:<br>","Über Todo:<br>" }, |
1227 | { "Set current as color category","Setze Gewählte als Farbkategorie" }, | 1227 | { "Set current as color category","Setze Gewählte als Farbkategorie" }, |
1228 | { " completed"," erledigt" }, | ||
1228 | { "","" }, | 1229 | { "","" }, |
1229 | { "","" }, | 1230 | { "","" }, |
diff --git a/korganizer/koeditorgeneraltodo.cpp b/korganizer/koeditorgeneraltodo.cpp index da5ef07..6370b54 100644 --- a/korganizer/koeditorgeneraltodo.cpp +++ b/korganizer/koeditorgeneraltodo.cpp | |||
@@ -234,6 +234,8 @@ void KOEditorGeneralTodo::setDefaults(QDateTime due,bool allDay) | |||
234 | 234 | ||
235 | mPriorityCombo->setCurrentItem(2); | 235 | mPriorityCombo->setCurrentItem(2); |
236 | mCompletedLabel->setText(i18n("completed"));; | 236 | mCompletedLabel->setText(i18n(" completed"));; |
237 | mCompletedCombo->setCurrentItem(0); | 237 | mCompletedCombo->setCurrentItem(0); |
238 | mCompleteDateEdit->hide(); | ||
239 | mCompleteTimeEdit->hide(); | ||
238 | } | 240 | } |
239 | 241 | ||
@@ -466,5 +468,5 @@ void KOEditorGeneralTodo::setCompletedDate() | |||
466 | mCompleteDateEdit->setDate( mCompleted.date() ); | 468 | mCompleteDateEdit->setDate( mCompleted.date() ); |
467 | } else { | 469 | } else { |
468 | mCompletedLabel->setText(i18n("completed")); | 470 | mCompletedLabel->setText(i18n(" completed")); |
469 | mCompleteDateEdit->hide(); | 471 | mCompleteDateEdit->hide(); |
470 | mCompleteTimeEdit->hide(); | 472 | mCompleteTimeEdit->hide(); |