From a87fd505750d099a563e385c37d61d4647936b04 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 30 Jun 2009 17:30:45 +0000 Subject: fixed wire reply button (missing 'echo'), and tweaked river/dashboard reply link for the default theme. Also fixed a typo in the admin area git-svn-id: https://code.elgg.org/elgg/trunk@3370 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 24 +++++++++++----------- mod/thewire/views/default/object/thewire.php | 2 +- .../views/default/river/object/thewire/create.php | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/languages/en.php b/languages/en.php index e70aa35da..281942a2b 100644 --- a/languages/en.php +++ b/languages/en.php @@ -166,8 +166,8 @@ 'memcache:versiontoolow' => 'Memcache needs at least version %s to run, you are running %s', 'memcache:noaddserver' => 'Multiple server support disabled, you may need to upgrade your PECL memcache library', - 'deprecatedfunction' => 'Warning: This code uses the deprecated function \'%s\' and is not compatible with this version of Elgg', - + 'deprecatedfunction' => 'Warning: This code uses the deprecated function \'%s\' and is not compatible with this version of Elgg', + 'pageownerunavailable' => 'Warning: The page owner %d is not accessible!', /** * API @@ -275,7 +275,7 @@ To remove a widget drag it back to the Widget gallery.", 'profile:mobile' => "Mobile phone", 'profile:website' => "Website", - 'profile:banned' => 'This user account has been suspended.', + 'profile:banned' => 'This user account has been suspended.', 'profile:deleteduser' => 'Deleted user', 'profile:river:update' => "%s updated their profile", @@ -414,7 +414,7 @@ To remove a widget drag it back to the Widget gallery.", 'search' => "Search", 'searchtitle' => "Search: %s", - 'users:searchtitle' => "Searching for users: %s", + 'users:searchtitle' => "Searching for users: %s", 'groups:searchtitle' => "Searching for groups: %s", 'advancedsearchtitle' => "%s with results matching %s", 'notfound' => "No results found.", @@ -429,10 +429,10 @@ To remove a widget drag it back to the Widget gallery.", 'user:search:startblurb' => "Users matching '%s':", 'user:search:finishblurb' => "To view more, click here.", - - 'group:search:startblurb' => "Groups matching '%s':", - 'group:search:finishblurb' => "To view more, click here.", - 'search:go' => 'Go', + + 'group:search:startblurb' => "Groups matching '%s':", + 'group:search:finishblurb' => "To view more, click here.", + 'search:go' => 'Go', /** * Account @@ -800,9 +800,9 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:allow_user_default_access:label' => "Allow user default access", 'installation:simplecache:description' => "The simple cache increases performance by caching static content including some CSS and JavaScript files. Normally you will want this on.", - 'installation:simplecache:label' => "Use simple cache (recommended)", - - 'installation:viewpathcache:description' => "The view filepath cache increases the loading times of plugins by caching the location of their views.", + 'installation:simplecache:label' => "Use simple cache (recommended)", + + 'installation:viewpathcache:description' => "The view filepath cache decreases the loading times of plugins by caching the location of their views.", 'installation:viewpathcache:label' => "Use view filepath cache (recommended)", 'upgrading' => 'Upgrading', @@ -813,7 +813,7 @@ Alternatively, you can enter your database settings below and we will try and do * Welcome */ - 'welcome' => "Welcome", + 'welcome' => "Welcome", 'welcome:user' => 'Welcome %s', 'welcome_message' => "Welcome to this Elgg installation.", diff --git a/mod/thewire/views/default/object/thewire.php b/mod/thewire/views/default/object/thewire.php index 906ec2fbe..ef1c8f55c 100644 --- a/mod/thewire/views/default/object/thewire.php +++ b/mod/thewire/views/default/object/thewire.php @@ -38,7 +38,7 @@
- + parent == 0){ diff --git a/mod/thewire/views/default/river/object/thewire/create.php b/mod/thewire/views/default/river/object/thewire/create.php index 2c1bb159d..0c2f67463 100644 --- a/mod/thewire/views/default/river/object/thewire/create.php +++ b/mod/thewire/views/default/river/object/thewire/create.php @@ -9,7 +9,7 @@ $desc = preg_replace('/\@([A-Za-z0-9\_\.\-]*)/i','@$1',$desc); $string .= parse_urls($desc); - $string .= " (getOwnerEntity()->username}\" class=\"reply\">" . elgg_echo('thewire:reply') . ")"; + $string .= " getOwnerEntity()->username}\" class=\"reply\">" . elgg_echo('thewire:reply') . ""; ?>