From b472188b1e3fe4ff8a0da791910d12496b1de348 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 30 Mar 2011 02:07:59 +0000 Subject: Fixes #3200 ajax-based view previous link works for the wire git-svn-id: http://code.elgg.org/elgg/trunk@8882 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/languages/en.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mod/thewire/languages/en.php') diff --git a/mod/thewire/languages/en.php b/mod/thewire/languages/en.php index 0896ecf14..226af187e 100644 --- a/mod/thewire/languages/en.php +++ b/mod/thewire/languages/en.php @@ -15,13 +15,17 @@ $english = array( 'thewire:reply' => "Reply", 'thewire:replying' => "Replying to %s who wrote", 'thewire:thread' => "Thread", - 'thewire:previous' => "Previous", 'thewire:charleft' => "characters remaining", 'thewire:tags' => "Wire posts tagged with '%s'", 'thewire:noposts' => "No wire posts yet", 'item:object:thewire' => "Wire posts", 'thewire:update' => 'Update', + 'thewire:previous' => "Previous", + 'thewire:hide' => "Hide", + 'thewire:previous:help' => "View previous post", + 'thewire:hide:help' => "Hide previous post", + /** * The wire river */ -- cgit v1.2.3