mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
add missing space
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user