diff options
-rw-r--r-- | lib/plugins/popularity/lang/en/lang.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/plugins/popularity/lang/en/lang.php b/lib/plugins/popularity/lang/en/lang.php index eba1a48e2..a94623718 100644 --- a/lib/plugins/popularity/lang/en/lang.php +++ b/lib/plugins/popularity/lang/en/lang.php @@ -1,8 +1,8 @@ <?php -$lang['name'] = 'Popularity Feedback (may take some time to load)'; -$lang['submit'] = 'Send Data'; -$lang['autosubmit'] = 'Automatically send data once a month (may be (un)selected later)'; +$lang['name'] = 'Popularity Feedback (may take some time to load)'; +$lang['submit'] = 'Send Data'; +$lang['autosubmit'] = 'Automatically send data once a month'; $lang['submissionFailed'] = 'The data couldn\'t be sent due to the following error:'; -$lang['submitDirectly'] = 'You may sent this data directly, validating the following form'; -$lang['autosubmitError'] = 'The last time we tried to autosubmit the data, we couldn\'t, because of the following error: '; +$lang['submitDirectly'] = 'You can send the data manually by submitting the following form.'; +$lang['autosubmitError'] = 'The last autosubmit failed, because of the following error: '; |