- m_smallIconSize = new QRadioButton(i18nc("Size", "Small"), this);
- m_mediumIconSize = new QRadioButton(i18nc("Size", "Medium"), this);
- m_largeIconSize = new QRadioButton(i18nc("Size", "Large"), this);
+ m_smallIconSize = new QRadioButton(i18nc("@option:radio Icon Size", "Small"), this);
+ m_mediumIconSize = new QRadioButton(i18nc("@option:radio Icon Size", "Medium"), this);
+ m_largeIconSize = new QRadioButton(i18nc("@option:radio Icon Size", "Large"), this);