Skip to content

Commit 977f515

Browse files
authored
[4.3] Deprecate unused language strings (#40466)
These language strings are not used in Joomla 4. They were added to address an issue with #31884 but then the entire view was removed with #32933 Test either by code review or simply edit one of the strings and see if the edited string is rendered either when you go to com_users and edit a user profile or when you click on your own username from the edit account link in the dropdown in the top right
1 parent ac55ac9 commit 977f515

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

administrator/language/en-GB/com_admin.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
; Note : All ini files need to be saved as UTF-8
55

66
COM_ADMIN="System Information"
7+
; Deprecated, will be removed with 5.0
78
COM_ADMIN_A11Y_SETTINGS_FIELDSET_LABEL="Accessibility Settings"
9+
; Deprecated, will be removed with 5.0
810
COM_ADMIN_A11Y_SETTINGS_FIELD_CONTRAST="High Contrast"
11+
; Deprecated, will be removed with 5.0
912
COM_ADMIN_A11Y_SETTINGS_FIELD_FONTSIZE="Increase Font Size"
13+
; Deprecated, will be removed with 5.0
1014
COM_ADMIN_A11Y_SETTINGS_FIELD_HIGHLIGHT="Highlight Links"
15+
; Deprecated, will be removed with 5.0
1116
COM_ADMIN_A11Y_SETTINGS_FIELD_MONOCHROME="Monochrome"
1217
COM_ADMIN_ALPHABETICAL_INDEX="Alphabetical Index"
1318
COM_ADMIN_CACHE_DIRECTORY="(Cache folder)"

0 commit comments

Comments
 (0)