diff --git a/solid-device-automounter/kcm/DeviceAutomounterKCM.ui b/solid-device-automounter/kcm/DeviceAutomounterKCM.ui index 35a0dfb61a0f2db92740d4b2a3f1a20186859dee..61dd271e61540963d297b10a96581357a2fbc4a2 100644 --- a/solid-device-automounter/kcm/DeviceAutomounterKCM.ui +++ b/solid-device-automounter/kcm/DeviceAutomounterKCM.ui @@ -87,7 +87,7 @@ - Device Overrides + Automatic mount diff --git a/solid-device-automounter/kcm/DeviceModel.cpp b/solid-device-automounter/kcm/DeviceModel.cpp index 6b8f2dc3939347eb6f0bf3250657391686336b74..6a48f581fa480740e4e979a9ec6f1d28e89d007f 100644 --- a/solid-device-automounter/kcm/DeviceModel.cpp +++ b/solid-device-automounter/kcm/DeviceModel.cpp @@ -61,8 +61,8 @@ QVariant DeviceModel::headerData(int section, Qt::Orientation orientation, int r if (orientation == Qt::Horizontal && role == Qt::DisplayRole) { switch(section) { case 0: return i18n("Device"); - case 1: return i18n("Automount on Login"); - case 2: return i18n("Automount on Attach"); + case 1: return i18nc("As in automount on login", "On Login"); + case 2: return i18nc("As in automoount on attach", "On Attach"); } } return QVariant();