aboutsummaryrefslogtreecommitdiffstats
path: root/src/enforce-macos-app-location.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/enforce-macos-app-location.ts')
-rw-r--r--src/enforce-macos-app-location.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/enforce-macos-app-location.ts b/src/enforce-macos-app-location.ts
index 0e6bf9ecc..882a4664b 100644
--- a/src/enforce-macos-app-location.ts
+++ b/src/enforce-macos-app-location.ts
@@ -13,8 +13,8 @@ export function enforceMacOSAppLocation() {
13 type: 'error', 13 type: 'error',
14 message: 'Move to Applications folder?', 14 message: 'Move to Applications folder?',
15 detail: 15 detail:
16 'Ferdi must live in the Applications folder to be able to run correctly.', 16 'Ferdium must live in the Applications folder to be able to run correctly.',
17 buttons: ['Move to Applications folder', 'Quit Ferdi'], 17 buttons: ['Move to Applications folder', 'Quit Ferdium'],
18 defaultId: 0, 18 defaultId: 0,
19 cancelId: 1, 19 cancelId: 1,
20 }); 20 });
@@ -31,7 +31,7 @@ export function enforceMacOSAppLocation() {
31 api.dialog.showMessageBoxSync({ 31 api.dialog.showMessageBoxSync({
32 type: 'error', 32 type: 'error',
33 message: 33 message:
34 'Another version of Ferdi is currently running. Quit it, then launch this version of the app again.', 34 'Another version of Ferdium is currently running. Quit it, then launch this version of the app again.',
35 buttons: ['OK'], 35 buttons: ['OK'],
36 }); 36 });
37 37