- m_dateBox = new QCheckBox(i18n("Date"), this);
- m_permissionsBox = new QCheckBox(i18n("Permissions"), this);
- m_ownerBox = new QCheckBox(i18n("Owner"), this);
- m_groupBox = new QCheckBox(i18n("Group"), this);
- m_typeBox = new QCheckBox(i18n("Type"), this);
+ m_dateBox = new QCheckBox(i18nc("@option:check Columns", "Date"), this);
+ m_permissionsBox = new QCheckBox(i18nc("@option:check Columns", "Permissions"), this);
+ m_ownerBox = new QCheckBox(i18nc("@option:check Columns", "Owner"), this);
+ m_groupBox = new QCheckBox(i18nc("@option:check Columns", "Group"), this);
+ m_typeBox = new QCheckBox(i18nc("@option:check Columns", "Type"), this);