diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-26 23:29:27 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-26 23:29:27 +0000 |
commit | aeee52fb2992b060b80ec58a4da5216bf426993e (patch) | |
tree | 696b08659f323e8ae35d550c5b07deb39d3dee79 /mod/messages/languages/en.php | |
parent | 1bf194e07738873220822383d634472e961cfa7f (diff) | |
download | elgg-aeee52fb2992b060b80ec58a4da5216bf426993e.tar.gz elgg-aeee52fb2992b060b80ec58a4da5216bf426993e.tar.bz2 |
forcing a min-height on inbox list in messages plugin
git-svn-id: http://code.elgg.org/elgg/trunk@8861 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/messages/languages/en.php')
-rw-r--r-- | mod/messages/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/messages/languages/en.php b/mod/messages/languages/en.php index 4ad6b7617..8e4cd015f 100644 --- a/mod/messages/languages/en.php +++ b/mod/messages/languages/en.php @@ -85,7 +85,7 @@ $english = array( 'messages:notfound' => "Sorry; we could not find the specified message.", 'messages:notdeleted' => "Sorry; we could not delete this message.", 'messages:nopermission' => "You do not have permission to alter that message.", - 'messages:nomessages' => "There are no messages to display.", + 'messages:nomessages' => "There are no messages.", 'messages:user:nonexist' => "We could not find the recipient in the user database.", 'messages:user:blank' => "You did not select someone to send this to.", ); |