From 498dff9013d18e5978ab77c14ea2b2d0229603a4 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Fri, 31 Jan 2025 23:18:26 +0100 Subject: refactor: use the term unmount instead of dismount (#1478) * refactor: use UNMOUNT instead of DISMOUNT in code This change updates the term DISMOUNT in constants to UNMOUNT. Other occurrences (e.g. variable names) are left alone for now. * refactor(ui): use unmount instead of dismount This change updates the GUI text and replaces dismount with unmount. * docs: update term dismount -> unmount * refactor(cmdline): add unmount This change adds an argument 'unmount' for command line usage, while trying to deprecate the old disnount argument. The current dismount argument/flag will still work to not introduce a breaking change. * docs: mention that /dismount is deprecated This change fixes the shorthand version of the argument /unmount It also adds back the info for /dismount and that it is deprecated. --- src/Main/Forms/TrueCrypt.fbp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/Main/Forms/TrueCrypt.fbp') diff --git a/src/Main/Forms/TrueCrypt.fbp b/src/Main/Forms/TrueCrypt.fbp index 0b40a99e..3c911652 100644 --- a/src/Main/Forms/TrueCrypt.fbp +++ b/src/Main/Forms/TrueCrypt.fbp @@ -10954,7 +10954,7 @@ 0 wxID_ANY - IDT_AUTO_DISMOUNT + IDT_AUTO_UNMOUNT AutoDismountSizer wxVERTICAL @@ -10966,7 +10966,7 @@ 0 wxID_ANY - LINUX_DISMOUNT_ALL_WHEN + LINUX_UNMOUNT_ALL_WHEN sbSizer13 wxVERTICAL @@ -11005,7 +11005,7 @@ 0 0 wxID_ANY - IDC_PREF_DISMOUNT_LOGOFF + IDC_PREF_UNMOUNT_LOGOFF 0 @@ -11069,7 +11069,7 @@ 0 0 wxID_ANY - IDC_PREF_DISMOUNT_SCREENSAVER + IDC_PREF_UNMOUNT_SCREENSAVER 0 @@ -11210,7 +11210,7 @@ 0 0 wxID_ANY - IDC_PREF_DISMOUNT_INACTIVE + IDC_PREF_UNMOUNT_INACTIVE 0 @@ -11399,7 +11399,7 @@ 0 0 wxID_ANY - IDC_PREF_FORCE_AUTO_DISMOUNT + IDC_PREF_FORCE_AUTO_UNMOUNT 0 @@ -11621,7 +11621,7 @@ 0 0 wxID_ANY - IDC_PREF_WIPE_CACHE_ON_AUTODISMOUNT + IDC_PREF_WIPE_CACHE_ON_AUTOUNMOUNT 0 @@ -12615,7 +12615,7 @@ 0 0 wxID_ANY - TASKICON_PREF_DISMOUNT_VOL + TASKICON_PREF_UNMOUNT_VOL 0 @@ -13039,7 +13039,7 @@ 0 0 wxID_ANY - LINUX_CLOSE_EXPL_ON_DISMOUNT + LINUX_CLOSE_EXPL_ON_UNMOUNT 0 @@ -14847,7 +14847,7 @@ 0 0 wxID_ANY - LINUX_CONFIRM_AFTER_DISMOUNT + LINUX_CONFIRM_AFTER_UNMOUNT 0 -- cgit v1.2.3