mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-73075 lang: move deprecated strings to correct component.
Fix deprecated version. See original change from f9e1c258
for context.
This commit is contained in:
parent
c352b70022
commit
99fa14185c
5 changed files with 13 additions and 13 deletions
|
@ -42,7 +42,7 @@ $string['myprofile_settings'] = 'Visible user information';
|
|||
$string['pluginname'] = 'Logged in user';
|
||||
$string['privacy:metadata'] = 'The Logged in user block only shows information about the logged in user and does not store data itself.';
|
||||
|
||||
// Deprecated since Moodle 4.0.
|
||||
// Deprecated since Moodle 3.11.
|
||||
$string['display_icq'] = 'Display ICQ';
|
||||
$string['display_skype'] = 'Display Skype';
|
||||
$string['display_yahoo'] = 'Display Yahoo';
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
display_aim,block_myprofile
|
||||
display_icq,block_myprofile
|
||||
display_msn,block_myprofile
|
||||
display_skype,block_myprofile
|
||||
display_yahoo,block_myprofile
|
Loading…
Add table
Add a link
Reference in a new issue