From ea457d897350f5a543ae90d6102ffcb43bd484c8 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 15 Sep 2011 08:18:33 +0300 Subject: [PATCH] add missing space --- src/EditProfileDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }