-rw-r--r-- | bin/kdepim/kaddressbook/germantranslation.txt | 1 | ||||
-rw-r--r-- | bin/kdepim/korganizer/germantranslation.txt | 2 | ||||
-rw-r--r-- | microkde/kdialog.cpp | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/bin/kdepim/kaddressbook/germantranslation.txt b/bin/kdepim/kaddressbook/germantranslation.txt index 4a5122f..9532759 100644 --- a/bin/kdepim/kaddressbook/germantranslation.txt +++ b/bin/kdepim/kaddressbook/germantranslation.txt @@ -808,2 +808,3 @@ { "Sending back file ...","Sende Datei zurück..." },
+{ "Eeek, there I am ticklish!","Huch, da bin ich kitzlig!" },
{ "","" },
diff --git a/bin/kdepim/korganizer/germantranslation.txt b/bin/kdepim/korganizer/germantranslation.txt index ff5e095..ea7071d 100644 --- a/bin/kdepim/korganizer/germantranslation.txt +++ b/bin/kdepim/korganizer/germantranslation.txt @@ -1527,3 +1527,3 @@ { "Sending back file ...","Sende Datei zurück..." }, -{ "","" }, +{ "Eeek, there I am ticklish!","Hihi, da bin ich kitzlig!" }, { "","" }, diff --git a/microkde/kdialog.cpp b/microkde/kdialog.cpp index f9e0126..8398956 100644 --- a/microkde/kdialog.cpp +++ b/microkde/kdialog.cpp @@ -63,3 +63,4 @@ void KProgressDialog::accept() { - + mLabel->setText( i18n("Eeek, there I am ticklish!") ); + move ( geometry().x()-20,geometry().y()+20); // QDialog::accept(); |