Skip to content

Commit

Permalink
Some language clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Jun 26, 2024
1 parent a69752d commit 400e2de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions language/en/boardannouncements_acp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',

Expand Down

0 comments on commit 400e2de

Please sign in to comment.