Index: sources/gui/qml/pages/SettingsDeviceInformation.qml =================================================================== diff -u -rc3bf2cd135f9351e16eb0f4237f71a7be38a4ce4 -rfeb7724c8a7a2932650c5daa490c90923c9fbe77 --- sources/gui/qml/pages/SettingsDeviceInformation.qml (.../SettingsDeviceInformation.qml) (revision c3bf2cd135f9351e16eb0f4237f71a7be38a4ce4) +++ sources/gui/qml/pages/SettingsDeviceInformation.qml (.../SettingsDeviceInformation.qml) (revision feb7724c8a7a2932650c5daa490c90923c9fbe77) @@ -49,8 +49,8 @@ } InformationTable { id: _table - leftColumnTitle: "Versions" - rightColumnTitle: "System Usage" + leftColumnTitle: qsTr("Versions") + rightColumnTitle: qsTr("Service") anchors { horizontalCenter: _root.horizontalCenter bottomMargin: 2*Variables.mainMenuHeight