From db3c5e9f246272f365dbe7449f26a39fcdc00e02 Mon Sep 17 00:00:00 2001 From: xssfox Date: Thu, 8 Feb 2024 16:13:03 +1100 Subject: [PATCH] remove gendered language --- application/controllers/User.php | 2 +- application/language/bulgarian/options_lang.php | 2 +- application/language/czech/options_lang.php | 2 +- application/language/dutch/options_lang.php | 2 +- application/language/english/options_lang.php | 2 +- application/language/finnish/options_lang.php | 2 +- application/language/french/options_lang.php | 2 +- application/language/greek/options_lang.php | 2 +- application/language/italian/options_lang.php | 2 +- application/language/polish/options_lang.php | 2 +- application/language/swedish/options_lang.php | 2 +- application/language/turkish/options_lang.php | 2 +- system/libraries/Email.php | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/application/controllers/User.php b/application/controllers/User.php index 927ceffd..dbff5ef4 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -839,7 +839,7 @@ class User extends CI_Controller { // Send email with reset code and first Name of the User $this->data['reset_code'] = $reset_code; - $this->data['user_firstname'] = $data->user_firstname; // We can call the user by his first name in the E-Mail + $this->data['user_firstname'] = $data->user_firstname; // We can call the user by their first name in the E-Mail $this->data['user_callsign'] = $data->user_callsign; $this->data['user_name'] = $data->user_name; $this->load->library('email'); diff --git a/application/language/bulgarian/options_lang.php b/application/language/bulgarian/options_lang.php index 837fe329..c9efc480 100644 --- a/application/language/bulgarian/options_lang.php +++ b/application/language/bulgarian/options_lang.php @@ -87,7 +87,7 @@ $lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; $lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; $lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; $lang['options_version_dialog_mode_disabled'] = "Disabled"; -$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after they read it. Select if you want to show only release notes (fetched from github), only custom text or both."; $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; diff --git a/application/language/czech/options_lang.php b/application/language/czech/options_lang.php index b1bde503..52b79271 100644 --- a/application/language/czech/options_lang.php +++ b/application/language/czech/options_lang.php @@ -87,7 +87,7 @@ $lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; $lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; $lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; $lang['options_version_dialog_mode_disabled'] = "Disabled"; -$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after they read it. Select if you want to show only release notes (fetched from github), only custom text or both."; $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; diff --git a/application/language/dutch/options_lang.php b/application/language/dutch/options_lang.php index c26ac382..be13274e 100644 --- a/application/language/dutch/options_lang.php +++ b/application/language/dutch/options_lang.php @@ -87,7 +87,7 @@ $lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; $lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; $lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; $lang['options_version_dialog_mode_disabled'] = "Disabled"; -$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after they read it. Select if you want to show only release notes (fetched from github), only custom text or both."; $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; diff --git a/application/language/english/options_lang.php b/application/language/english/options_lang.php index a4f8b3cd..64803a6e 100644 --- a/application/language/english/options_lang.php +++ b/application/language/english/options_lang.php @@ -87,7 +87,7 @@ $lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; $lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; $lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; $lang['options_version_dialog_mode_disabled'] = "Disabled"; -$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after they read it. Select if you want to show only release notes (fetched from github), only custom text or both."; $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; diff --git a/application/language/finnish/options_lang.php b/application/language/finnish/options_lang.php index ce1763c6..d26fe0ee 100644 --- a/application/language/finnish/options_lang.php +++ b/application/language/finnish/options_lang.php @@ -87,7 +87,7 @@ $lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; $lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; $lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; $lang['options_version_dialog_mode_disabled'] = "Disabled"; -$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after they read it. Select if you want to show only release notes (fetched from github), only custom text or both."; $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; diff --git a/application/language/french/options_lang.php b/application/language/french/options_lang.php index a4f8b3cd..64803a6e 100644 --- a/application/language/french/options_lang.php +++ b/application/language/french/options_lang.php @@ -87,7 +87,7 @@ $lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; $lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; $lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; $lang['options_version_dialog_mode_disabled'] = "Disabled"; -$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after they read it. Select if you want to show only release notes (fetched from github), only custom text or both."; $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; diff --git a/application/language/greek/options_lang.php b/application/language/greek/options_lang.php index a4f8b3cd..64803a6e 100644 --- a/application/language/greek/options_lang.php +++ b/application/language/greek/options_lang.php @@ -87,7 +87,7 @@ $lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; $lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; $lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; $lang['options_version_dialog_mode_disabled'] = "Disabled"; -$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after they read it. Select if you want to show only release notes (fetched from github), only custom text or both."; $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; diff --git a/application/language/italian/options_lang.php b/application/language/italian/options_lang.php index a4f8b3cd..64803a6e 100644 --- a/application/language/italian/options_lang.php +++ b/application/language/italian/options_lang.php @@ -87,7 +87,7 @@ $lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; $lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; $lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; $lang['options_version_dialog_mode_disabled'] = "Disabled"; -$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after they read it. Select if you want to show only release notes (fetched from github), only custom text or both."; $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; diff --git a/application/language/polish/options_lang.php b/application/language/polish/options_lang.php index a4f8b3cd..64803a6e 100644 --- a/application/language/polish/options_lang.php +++ b/application/language/polish/options_lang.php @@ -87,7 +87,7 @@ $lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; $lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; $lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; $lang['options_version_dialog_mode_disabled'] = "Disabled"; -$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after they read it. Select if you want to show only release notes (fetched from github), only custom text or both."; $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; diff --git a/application/language/swedish/options_lang.php b/application/language/swedish/options_lang.php index 4003275f..1c736954 100644 --- a/application/language/swedish/options_lang.php +++ b/application/language/swedish/options_lang.php @@ -87,7 +87,7 @@ $lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; $lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; $lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; $lang['options_version_dialog_mode_disabled'] = "Disabled"; -$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after they read it. Select if you want to show only release notes (fetched from github), only custom text or both."; $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; diff --git a/application/language/turkish/options_lang.php b/application/language/turkish/options_lang.php index a4f8b3cd..64803a6e 100644 --- a/application/language/turkish/options_lang.php +++ b/application/language/turkish/options_lang.php @@ -87,7 +87,7 @@ $lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; $lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; $lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; $lang['options_version_dialog_mode_disabled'] = "Disabled"; -$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_mode_hint'] = "The Version Info is shown to every user. The user has the option to dismiss the dialog after they read it. Select if you want to show only release notes (fetched from github), only custom text or both."; $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 01f513b2..489e82d5 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -1059,7 +1059,7 @@ class CI_Email { * * Provides the raw message for use in plain-text headers of * HTML-formatted emails. - * If the user hasn't specified his own alternative message + * If the user hasn't specified their own alternative message * it creates one by stripping the HTML * * @return string