diff --git a/applet/contents/ui/main.qml b/applet/contents/ui/main.qml --- a/applet/contents/ui/main.qml +++ b/applet/contents/ui/main.qml @@ -399,7 +399,7 @@ Header { Layout.fillWidth: true visible: sourceOutputView.count > 0 && !streamsView.simpleMode - text: i18n("Capture Streams") + text: i18n("Recording Streams") } ListView { id: sourceOutputView @@ -458,7 +458,7 @@ id: sourceViewHeader Layout.fillWidth: true visible: sourceView.count > 0 && !devicesView.simpleMode - text: i18n("Capture Devices") + text: i18n("Recording Devices") } ListView { id: sourceView diff --git a/src/kcm/package/contents/ui/Applications.qml b/src/kcm/package/contents/ui/Applications.qml --- a/src/kcm/package/contents/ui/Applications.qml +++ b/src/kcm/package/contents/ui/Applications.qml @@ -84,7 +84,7 @@ Header { Layout.fillWidth: true enabled: sourceOutputView.count > 0 - text: i18nd("kcm_pulseaudio", "Capture") + text: i18nd("kcm_pulseaudio", "Recording") disabledText: i18ndc("kcm_pulseaudio", "@label", "No Applications Recording Audio") }