Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.settings.php |
— | — | @@ -37,10 +37,10 @@ |
38 | 38 | # Enable email notification or not? |
39 | 39 | $egSWLEnableEmailNotify = true; |
40 | 40 | |
41 | | -# Send an email for every change (as opossed to a "something changed email" for the first $egSWLMaxMails changes)? |
| 41 | +# Send an email for every change (as opposed to a "something changed email" for the first $egSWLMaxMails changes)? |
42 | 42 | $egSWLMailPerChange = true; |
43 | 43 | |
44 | | -# The maximum amount of generic emails to send about changes untill the user actually checks his semantic watchlist. |
| 44 | +# The maximum amount of generic emails to send about changes until the user actually checks his semantic watchlist. |
45 | 45 | $egSWLMaxMails = 1; |
46 | 46 | |
47 | 47 | # The default value for the user preference to send email notifications. |