diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-12-09 22:13:06 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-12-09 22:13:06 +0100 |
commit | fb7b772309f4272b67352a142b8afb1afd9743e5 (patch) | |
tree | f3425e706e9755f2484ede6550fd9de957e401a8 | |
parent | 98be6429ce6efaa013146af9145aa572816adb89 (diff) | |
download | rpg-fb7b772309f4272b67352a142b8afb1afd9743e5.tar.gz rpg-fb7b772309f4272b67352a142b8afb1afd9743e5.tar.bz2 |
some language improvements(?) for the popularity plugin
-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: '; |