From 400e2deddcae790a212b6e6be50a71e0bc4a4fff Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 26 Jun 2024 15:01:12 -0700 Subject: [PATCH] Some language clean up Signed-off-by: Matt Friedman --- language/en/boardannouncements_acp.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/language/en/boardannouncements_acp.php b/language/en/boardannouncements_acp.php index 4bb81b9..898f70c 100644 --- a/language/en/boardannouncements_acp.php +++ b/language/en/boardannouncements_acp.php @@ -43,23 +43,23 @@ 'BOARD_ANNOUNCEMENTS_ENABLE_ALL' => 'Enable board announcements', - 'BOARD_ANNOUNCEMENTS_OPTIONS' => 'Announcement options', + 'BOARD_ANNOUNCEMENTS_OPTIONS' => 'Board announcement options', 'BOARD_ANNOUNCEMENTS_DESC' => 'Description', 'BOARD_ANNOUNCEMENTS_DESC_EXPLAIN' => 'A short description for this announcement. This will only be visible here in the ACP to help identify this announcement.', - 'BOARD_ANNOUNCEMENTS_ENABLE' => 'Display this board announcement', - 'BOARD_ANNOUNCEMENTS_USERS' => 'Who can view this board announcement', - 'BOARD_ANNOUNCEMENTS_DISMISS' => 'Allow users to dismiss this board announcement', - 'BOARD_ANNOUNCEMENTS_LOCATIONS' => 'Where should this announcement be displayed', + 'BOARD_ANNOUNCEMENTS_ENABLE' => 'Display this announcement', + 'BOARD_ANNOUNCEMENTS_USERS' => 'Who can view this announcement', + 'BOARD_ANNOUNCEMENTS_DISMISS' => 'Allow users to dismiss this announcement', + 'BOARD_ANNOUNCEMENTS_LOCATIONS' => 'Limit where this announcement should be displayed', 'BOARD_ANNOUNCEMENTS_LOCATIONS_EXPLAIN' => 'Select one or more locations to display the announcement. To display it everywhere, leave the selection empty. Use Command (Mac) or Control (Windows) click to select multiple locations.', 'BOARD_ANNOUNCEMENTS_EVERYONE' => 'Everyone', - 'BOARD_ANNOUNCEMENTS_BGCOLOR' => 'Board announcement background color', + 'BOARD_ANNOUNCEMENTS_BGCOLOR' => 'Background color', 'BOARD_ANNOUNCEMENTS_BGCOLOR_EXPLAIN' => 'You can change the background color of the announcement using a hex code (e.g: FFFF80). Leave this field blank to use the default color.', - 'BOARD_ANNOUNCEMENTS_EXPIRY' => 'Board announcement expiration date', + 'BOARD_ANNOUNCEMENTS_EXPIRY' => 'Expiration date', 'BOARD_ANNOUNCEMENTS_EXPIRY_EXPLAIN' => 'Set the date the announcement will expire and become disabled. Leave this field blank if you do not want the announcement to expire.', 'BOARD_ANNOUNCEMENTS_EXPIRY_INVALID' => 'The expiration date was invalid or has already expired.',