https://bugs.kde.org/show_bug.cgi?id=393138
--- Comment #5 from Kevin Funk <kf...@kde.org> --- @Sagnik: I'm not sure I understand. First of all: I wouldn't change the title of said dialog, it might need to expand too much in size in order to display a long session name. There's this line of code in sessionchooserdialog.cpp: const QString text = i18nc("@info", "The session and all contained settings will be deleted. The projects will stay unaffected. Do you really want to continue?"); Try changing it to: const QString text = i18nc("@info", "The session <i>%1</i> and all contained settings will be deleted. The projects will stay unaffected. Do you really want to continue?", sessionName); (You'll have to figure out how to find out the `sessionName` in that method, though). -- You are receiving this mail because: You are watching all bug changes.