Skip to content

Instantly share code, notes, and snippets.

@marc1706
Created May 12, 2024 16:05
Show Gist options
  • Save marc1706/92c0510d11ed3c60c6a78a28fda34e90 to your computer and use it in GitHub Desktop.
Save marc1706/92c0510d11ed3c60c6a78a28fda34e90 to your computer and use it in GitHub Desktop.
Language changes for phpBB 3.3.12-RC1
diff --git a/phpBB/language/en/acp/permissions_phpbb.php b/phpBB/language/en/acp/permissions_phpbb.php
index ab8939932b..cd84dc1e96 100644
--- a/phpBB/language/en/acp/permissions_phpbb.php
+++ b/phpBB/language/en/acp/permissions_phpbb.php
@@ -159,9 +159,9 @@ $lang = array_merge($lang, array(
'ACL_M_MERGE' => 'Can merge topics',
'ACL_M_INFO' => 'Can view post details',
- 'ACL_M_WARN' => 'Can issue warnings<br /><em>This setting is only assigned globally. It is not forum based.</em>', // This moderator setting is only global (and not local)
- 'ACL_M_PM_REPORT' => 'Can close and delete reports of private messages<br /><em>This setting is only assigned globally. It is not forum based.</em>', // This moderator setting is only global (and not local)
- 'ACL_M_BAN' => 'Can manage bans<br /><em>This setting is only assigned globally. It is not forum based.</em>', // This moderator setting is only global (and not local)
+ 'ACL_M_WARN' => 'Can issue warnings',
+ 'ACL_M_PM_REPORT' => 'Can close and delete reports of private messages',
+ 'ACL_M_BAN' => 'Can manage bans',
));
// Admin Permissions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index b196a1d658..601700f792 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -259,7 +259,7 @@ $lang = array_merge($lang, array(
'ONLY_TOPIC' => 'Only topic “%s”',
'OTHER_USERS' => 'Other users posting from this IP',
- 'QUICKMOD_ACTION_NOT_ALLOWED' => "%s not allowed as quickmod",
+ 'QUICKMOD_ACTION_NOT_ALLOWED' => '%s not allowed as quickmod',
'PM_REPORT_CLOSED_SUCCESS' => 'The selected PM report has been closed successfully.',
'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment