diff options
Diffstat (limited to 'mod/thewire/languages/en.php')
-rw-r--r-- | mod/thewire/languages/en.php | 6 |
1 files changed, 5 insertions, 1 deletions
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 */ |