diff --git a/Classes/SEBController.m b/Classes/SEBController.m
index 8f4036db4..7c26efba4 100644
--- a/Classes/SEBController.m
+++ b/Classes/SEBController.m
@@ -2423,7 +2423,7 @@ - (void) startSystemMonitoring
// Siri is active
DDLogError(@"Siri Detected, SEB will quit");
[self showModalQuitAlertTitle:NSLocalizedString(@"Siri Detected!", @"")
- text:[NSString stringWithFormat:NSLocalizedString(@"You are not allowed to have Siri enabled while running %@. Restart %@ after switching Siri off in System Preferences/Siri.", @""), SEBShortAppName, SEBShortAppName]];
+ text:[NSString stringWithFormat:NSLocalizedString(@"You are not allowed to have Siri enabled while running %@. Restart %@ after switching Siri off in System Settings/Siri.", @""), SEBShortAppName, SEBShortAppName]];
return;
}
@@ -2435,7 +2435,7 @@ - (void) startSystemMonitoring
// Dictation is active
DDLogError(@"Dictation Detected, SEB will quit");
[self showModalQuitAlertTitle:NSLocalizedString(@"Dictation Detected!", @"")
- text:[NSString stringWithFormat:NSLocalizedString(@"You are not allowed to have dictation enabled while running %@. Restart %@ after switching dictation off in System Preferences/Keyboard/Dictation.", @""), SEBShortAppName, SEBShortAppName]];
+ text:[NSString stringWithFormat:NSLocalizedString(@"You are not allowed to have dictation enabled while running %@. Restart %@ after switching dictation off in System Settings/Keyboard/Dictation.", @""), SEBShortAppName, SEBShortAppName]];
return;
}
}
diff --git a/Resources/ExportForTranslation/de.xliff b/Resources/ExportForTranslation/de.xliff
index a1a28a94f..7beda788d 100644
--- a/Resources/ExportForTranslation/de.xliff
+++ b/Resources/ExportForTranslation/de.xliff
@@ -4978,9 +4978,9 @@ Es wird gelöscht, wenn die Sitzung beendet wird
Erlaubnis zur Steuerung mittels Bedienungshilfen benötigt
No comment provided by engineer.
-