diff options
author | Steve Clay <steve@mrclay.org> | 2013-01-17 10:24:54 -0500 |
---|---|---|
committer | Steve Clay <steve@mrclay.org> | 2013-01-17 10:25:15 -0500 |
commit | b339fd125870bb0b084cf54b03cdacd257cc560b (patch) | |
tree | 09ff1019d21d24c68d9932687eb81bd00d1c31cf /mod/twitter/languages | |
parent | 3bbd27a2ed8281983e7af10fc9c5b326723c59a3 (diff) | |
download | elgg-b339fd125870bb0b084cf54b03cdacd257cc560b.tar.gz elgg-b339fd125870bb0b084cf54b03cdacd257cc560b.tar.bz2 |
Corrects encoding and other small tweaks in Twitter widget
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); |