add missing space

This commit is contained in:
Yuri Chornoivan
2011-09-15 08:18:33 +03:00
parent 18df5b4731
commit ea457d8973

View File

@@ -136,7 +136,7 @@ void EditProfileDialog::accept()
|| ( _profile->name().isEmpty() && _tempProfile->name().isEmpty() ) )
{
KMessageBox::sorry(this,
i18n("<p>Each profile must have a name before it can be saved"
i18n("<p>Each profile must have a name before it can be saved "
"into disk.</p>"));
return;
}