From bf803e5d5883f36f7391b248e32cf5f568d99ce7 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Mon, 10 Oct 2011 20:50:01 +1100 Subject: [PATCH] ... --- inc/display.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/display.php b/inc/display.php index 5f4cae6f..74720de4 100644 --- a/inc/display.php +++ b/inc/display.php @@ -248,7 +248,7 @@ // Delete all posts by IP if(hasPermission($config['mod']['deletebyip'], $board['uri'], $this->mod)) - $built .= ' ' . confirmLink($config['mod']['link_deletebyip'], 'Delete all posts by IP', 'Are you sure you want to delete all posts by IP?', $board['uri'] . '/deletebyip/' . $this->id); + $built .= ' ' . confirmLink($config['mod']['link_deletebyip'], 'Delete all posts by IP', 'Are you sure you want to delete all posts by this IP address?', $board['uri'] . '/deletebyip/' . $this->id); // Ban if(hasPermission($config['mod']['ban'], $board['uri'], $this->mod)) @@ -336,7 +336,7 @@ // Delete all posts by IP if(hasPermission($config['mod']['deletebyip'], $board['uri'], $this->mod)) - $built .= ' ' . confirmLink($config['mod']['link_deletebyip'], 'Delete all posts by IP', 'Are you sure you want to delete all posts by IP?', $board['uri'] . '/deletebyip/' . $this->id); + $built .= ' ' . confirmLink($config['mod']['link_deletebyip'], 'Delete all posts by IP', 'Are you sure you want to delete all posts by this IP address?', $board['uri'] . '/deletebyip/' . $this->id); // Ban if(hasPermission($config['mod']['ban'], $board['uri'], $this->mod))