Allow multiple profile caption to be set.

GUI

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=935556
This commit is contained in:
Kurt Hindenburg
2009-03-05 16:03:30 +00:00
parent 5d0b809e84
commit 8295e3ecd7

View File

@@ -151,9 +151,7 @@ void EditProfileDialog::updateCaption(const Profile::Ptr profile)
if (group && group->profiles().count() > 1)
{
QString caption = groupProfileNames(group,MAX_GROUP_CAPTION_LENGTH);
setCaption( i18n("Edit Profile \"%1\"",caption) );
// STRINGFREEZE - Change caption for groups after KDE 4.1 is released
// setCaption( i18n("Editing %1 profiles",group->profiles().count()) )
setCaption( i18n("Editing %1 profiles: %2",group->profiles().count(), caption) );
}
else
setCaption( i18n("Edit Profile \"%1\"",profile->name()) );