Skip to content

Commit

Permalink
SEBMAC-615 Update localization and app name customization.
Browse files Browse the repository at this point in the history
  • Loading branch information
danschlet committed May 24, 2024
1 parent 19e6b71 commit 634c8ff
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 112 deletions.
4 changes: 2 additions & 2 deletions Classes/SEBController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -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;
}
}
Expand Down
Loading

0 comments on commit 634c8ff

Please sign in to comment.