diff --git a/kcms/phonon/devicepreference.cpp b/kcms/phonon/devicepreference.cpp --- a/kcms/phonon/devicepreference.cpp +++ b/kcms/phonon/devicepreference.cpp @@ -324,7 +324,7 @@ categoryToString(capcat)), Qt::DisplayRole); break; case VideoCaptureDeviceType: - m_headerModel.setHeaderData(0, Qt::Horizontal, i18n("Video Recording Device Preference for the '%1' Category ", + m_headerModel.setHeaderData(0, Qt::Horizontal, i18n("Video Recording Device Preference for the '%1' Category", categoryToString(capcat)), Qt::DisplayRole); break; default: ;