CVS commit by gianni: i18n fix M +1 -1 distpart_widget.cpp 1.22 --- kdevelop/parts/distpart/distpart_widget.cpp #1.21:1.22 @@ -151,5 +151,5 @@ void DistpartDialog::slotcreateSrcArchPu prog->hide(); delete prog; - KMessageBox::information(this, "Archive made at: " + filename,"Archive Done"); + KMessageBox::information( this, i18n("Archive made at: ") + filename, i18n("Archive Done") ); }