Skip to content

Commit

Permalink
MDL-73075 lang: move deprecated strings to correct component.
Browse files Browse the repository at this point in the history
Fix deprecated version. See original change from f9e1c25 for context.
  • Loading branch information
paulholden committed Feb 2, 2022
1 parent c352b70 commit 99fa141
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion auth/mnet/lang/en/auth_mnet.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
$string['privacy:metadata:mnet_session:username'] = 'Username of the user jumping to remote system.';
$string['unknownhost'] = 'Unknown host';

// Deprecated since Moodle 4.0.
// Deprecated since Moodle 3.11.
$string['privacy:metadata:mnet_external:aim'] = 'The AIM identifier of the user';
$string['privacy:metadata:mnet_external:icq'] = 'The ICQ number of the user.';
$string['privacy:metadata:mnet_external:msn'] = 'The MSN identifier of the user';
Expand Down
6 changes: 6 additions & 0 deletions auth/mnet/lang/en/deprecated.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
privacy:metadata:mnet_external:aim,auth_mnet
privacy:metadata:mnet_external:icq,auth_mnet
privacy:metadata:mnet_external:msn,auth_mnet
privacy:metadata:mnet_external:skype,auth_mnet
privacy:metadata:mnet_external:url,auth_mnet
privacy:metadata:mnet_external:yahoo,auth_mnet
2 changes: 1 addition & 1 deletion blocks/myprofile/lang/en/block_myprofile.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
$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';
Expand Down
5 changes: 5 additions & 0 deletions blocks/myprofile/lang/en/deprecated.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
display_aim,block_myprofile
display_icq,block_myprofile
display_msn,block_myprofile
display_skype,block_myprofile
display_yahoo,block_myprofile
11 changes: 0 additions & 11 deletions lang/en/deprecated.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ addbackpack,core_badges
error:backpacknotavailable,core_badges
error:backpackproblem,core_badges
grade,core
privacy:metadata:mnet_external:aim,auth_mnet
privacy:metadata:mnet_external:icq,auth_mnet
privacy:metadata:mnet_external:msn,auth_mnet
privacy:metadata:mnet_external:skype,auth_mnet
privacy:metadata:mnet_external:url,auth_mnet
privacy:metadata:mnet_external:yahoo,auth_mnet
display_icq,block_myprofile
display_skype,block_myprofile
display_yahoo,block_myprofile
display_aim,block_myprofile
display_msn,block_myprofile
aimid,core
yahooid,core
icqnumber,core
Expand Down

0 comments on commit 99fa141

Please sign in to comment.