aboutsummaryrefslogtreecommitdiffstats
path: root/src/enforce-macos-app-location.ts
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /src/enforce-macos-app-location.ts
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
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