Fix KDE build

BUG: 658
This commit is contained in:
craig.p.drummond
2015-03-31 17:25:30 +00:00
parent ef971bc8f5
commit f6e7192bda
12 changed files with 20 additions and 20 deletions

View File

@@ -106,7 +106,7 @@ void OtherSettings::setContextBackdropOpacityLabel()
void OtherSettings::setContextBackdropBlurLabel()
{
contextBackdropBlurLabel->setText(i18nc("pixels", "%1px", contextBackdropBlur->value()));
contextBackdropBlurLabel->setText(i18nc("pixels", "%1 px", contextBackdropBlur->value()));
}
void OtherSettings::enableContextBackdropOptions()