SVN commit 765321 by uwolfer: i18n string fix M +1 -1 toplevel.cpp --- trunk/KDE/kdebase/runtime/drkonqi/toplevel.cpp #765320:765321 @@ -83,7 +83,7 @@ info->setStyleSheet(styleSheet); mainLayout->addWidget(info); - QCheckBox *detailsCheckBox = new QCheckBox("Show details", this); + QCheckBox *detailsCheckBox = new QCheckBox(i18n("Show details"), this); connect(detailsCheckBox, SIGNAL(toggled(bool)), SLOT(expandDetails(bool))); mainLayout->addWidget(detailsCheckBox);