Skip to content

Commit 3dc676e

Browse files
committed
Further date language tweaks
1 parent cef0151 commit 3dc676e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

language/en/acp.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
'AD_CLICKS_LIMIT' => 'Clicks Limit',
5858
'AD_CLICKS_LIMIT_EXPLAIN' => 'Set the maximum number of times the advertisement will be clicked, after which the advertisement will no longer be displayed. Set 0 for unlimited clicks.',
5959
'AD_START_DATE' => 'Start Date',
60-
'AD_START_DATE_EXPLAIN' => 'Set the date when this advertisement may begin displaying, if it is enabled. If no date is set, the advertisement may display immediately when enabled.',
60+
'AD_START_DATE_EXPLAIN' => 'Set the date when the advertisement can begin displaying (starting at 00:00). The ad must still be manually enabled to appear. If no date is set, the ad can display immediately once enabled.',
6161
'AD_END_DATE' => 'End Date',
62-
'AD_END_DATE_EXPLAIN' => 'Set the date when this advertisement will automatically be disabled. If no date is set, the advertisement will not expire automatically.',
62+
'AD_END_DATE_EXPLAIN' => 'Set the date when the advertisement will automatically stop displaying (at 00:00). If no date is set, the ad will stay active until manually disabled.',
6363
'AD_CENTERING' => 'Center this advertisement automatically',
6464
'AD_CENTERING_EXPLAIN' => 'Set to yes to let this extension center your advertisement automatically. If this leads to undesired results, use CSS directly in the code to center your advertisement accordingly.',
6565

@@ -76,8 +76,8 @@
7676
'AD_NAME_REQUIRED' => 'Name is required.',
7777
'AD_NAME_TOO_LONG' => 'Name length is limited to %d characters.',
7878
'AD_CODE_ILLEGAL_CHARS' => 'Advertisement code contains the following unsupported characters: %s',
79-
'AD_START_DATE_INVALID' => 'The start date is invalid or has already expired.',
80-
'AD_END_DATE_INVALID' => 'The end date is invalid or has already expired.',
79+
'AD_START_DATE_INVALID' => 'The start date is invalid or is before today.',
80+
'AD_END_DATE_INVALID' => 'The end date is invalid or is before today.',
8181
'AD_PRIORITY_INVALID' => 'The priority is invalid. Please set a number between 1 and 10.',
8282
'AD_VIEWS_LIMIT_INVALID' => 'The views limit is invalid. Please set a non-negative number.',
8383
'AD_CLICKS_LIMIT_INVALID' => 'The clicks limit is invalid. Please set a non-negative number.',

0 commit comments

Comments
 (0)