Skip to content

Commit 29a4229

Browse files
committed
Fix typo
1 parent dec3e28 commit 29a4229

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

po/de/virtual-surround-manager.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ msgid "<b>Adding more profiles</b><br>Just open the folder and place your WAV fi
6262
msgstr "<b>Weitere Profile hinzufügen</b><br>Öffnen Sie einfach den Ordner und legen Sie Ihre WAV-Dateien dort ab. Hunderte dieser Dateien finden Sie in der <a href=\"https://airtable.com/appayGNkn3nSuXkaz/shruimhjdSakUPg2m/tbloLjoZKWJDnLtTc\">HRTF-Datenbank<a/>."
6363

6464
msgctxt "@message"
65-
msgid "<b>Using with EasyEffects</b><br>Exclude applications in EasyEffects that use 7.1 surround sound. Apply your effects on this programm instead."
65+
msgid "<b>Using with EasyEffects</b><br>Exclude applications in EasyEffects that use 7.1 surround sound. Apply your effects on this program instead."
6666
msgstr "<b>Mit EasyEffects verwenden</b><br>Schließen Sie Anwendungen in EasyEffects aus, die 7.1-Raumklang verwenden. Wenden Sie Ihre Effekte stattdessen auf dieses Programm an."

src/qml/Main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Kirigami.ApplicationWindow {
113113
}
114114
Kirigami.InlineMessage {
115115
Layout.fillWidth: true
116-
text: i18nc("@message", "<b>Using with EasyEffects</b><br>Exclude applications in EasyEffects that use 7.1 surround sound. Apply your effects on this programm instead.")
116+
text: i18nc("@message", "<b>Using with EasyEffects</b><br>Exclude applications in EasyEffects that use 7.1 surround sound. Apply your effects on this program instead.")
117117
onLinkActivated: function (link) {
118118
Qt.openUrlExternally(link);
119119
}

0 commit comments

Comments
 (0)