diff options
author | thomascube <thomas@roundcube.net> | 2006-05-25 18:25:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-25 18:25:04 +0000 |
commit | ed5d29f4b3c57235594931d33dde7cccaf7cd58b (patch) | |
tree | ce9e2f54db0003ee9220913392213db99d5d04f6 /program/localization/en_US/messages.inc | |
parent | 079bc8796dc53d2355311324dea9d57aad1c9e77 (diff) |
Finalized GoogieSpell integration
Diffstat (limited to 'program/localization/en_US/messages.inc')
-rw-r--r-- | program/localization/en_US/messages.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index 820d1b54e..f12dc40f4 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -94,4 +94,9 @@ $messages['searchnomatch'] = 'Search returned no matches'; $messages['searching'] = 'Searching...'; +$messages['checking'] = 'Checking...'; + +$messages['nospellerrors'] = 'No spelling errors found'; + + ?> |