diff options
author | cash <cash.costello@gmail.com> | 2013-01-26 15:01:57 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-01-26 15:01:57 -0500 |
commit | 8d48d071b18ddb627d9e60540c9926c26109a893 (patch) | |
tree | e85091d032383af9398ce797532b49c785e28a1c /mod/twitter/languages | |
parent | 2b2dc7f34ff3fb59e3802f2258d6f94e3e711635 (diff) | |
parent | 60dde10b389667af0b4e1b703f8962e9e54f4a28 (diff) | |
download | elgg-8d48d071b18ddb627d9e60540c9926c26109a893.tar.gz elgg-8d48d071b18ddb627d9e60540c9926c26109a893.tar.bz2 |
Merge branch '1.8-twit-fix' into 1.8
Diffstat (limited to 'mod/twitter/languages')
-rw-r--r-- | mod/twitter/languages/en.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mod/twitter/languages/en.php b/mod/twitter/languages/en.php index 29700744a..11e745ba1 100644 --- a/mod/twitter/languages/en.php +++ b/mod/twitter/languages/en.php @@ -4,13 +4,14 @@ */ $english = array( - 'twitter:title' => 'Twitter', 'twitter:info' => 'Display your latest tweets', - 'twitter:username' => 'Enter your twitter username.', - 'twitter:num' => 'The number of tweets to show.', + 'twitter:username' => 'Your twitter username', + 'twitter:num' => 'Number of tweets to show*', 'twitter:visit' => 'visit my twitter', - 'twitter:notset' => 'This Twitter widget is not yet set to go. To display your latest tweets, click on - edit - and fill in your details', + 'twitter:notset' => 'This widget needs to be configured. To display your latest tweets, click the customize icon and fill in your Twitter username.', + 'twitter:invalid' => 'This widget is configured with an invalid Twitter username. Click the customize icon to correct it.', + 'twitter:apibug' => "*Due to a bug in the Twitter 1.0 API, you may see fewer tweets than you ask for.", ); add_translation("en", $english); |