diff --git a/src/EditProfileDialog.cpp b/src/EditProfileDialog.cpp index d6f65bcef..3a8929634 100644 --- a/src/EditProfileDialog.cpp +++ b/src/EditProfileDialog.cpp @@ -136,7 +136,7 @@ void EditProfileDialog::accept() || ( _profile->name().isEmpty() && _tempProfile->name().isEmpty() ) ) { KMessageBox::sorry(this, - i18n("
Each profile must have a name before it can be saved" + i18n("
Each profile must have a name before it can be saved " "into disk.
")); return; }