Skip to content

Commit 6e8ca5c

Browse files
committed
Tiny language fix
1 parent 61bbf93 commit 6e8ca5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

language/en/acp.php

Lines changed: 2 additions & 2 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' => 'Specify 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 this advertisement may begin displaying, if it is enabled. If no date is set, the advertisement may display immediately when enabled.',
6161
'AD_END_DATE' => 'End Date',
62-
'AD_END_DATE_EXPLAIN' => 'Specify 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 this advertisement will automatically be disabled. If no date is set, the advertisement will not expire automatically.',
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

0 commit comments

Comments
 (0)