From 65e7975414f6b6887fed9834bb6e1a3fa6d12863 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 28 Sep 2008 19:08:18 +0000 Subject: Update: Modifed phpBB3 ACP Also modified subscription file to look pretty and to show verification when the subscription is encrypted. Fixes #68 --- update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update/plugin/phpBB3/trunk/root/language') diff --git a/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php b/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php index 445290e..20819bb 100644 --- a/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php +++ b/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php @@ -40,10 +40,10 @@ $lang = array_merge($lang, array( 'SUBSCRIPTION' => 'Subscription', 'SUBSCRIPTION_TITLE' => 'Subscription Title', - 'SUBSCRIPTION_URL' => 'Subscription URL', + 'SUBSCRIPTION_FILE' => 'Subscription File URL', 'ENCRYPTION' => 'Encryption Key', - 'SUBSCRIPTION_URL_DESC' => 'This is a unique URI used to identify your subscription.', + 'SUBSCRIPTION_FILE_DESC' => 'This is the URL of your subscription file', 'ENCRYPTION_DESC' => 'If you have the PHP module "mcrypt" installed, you can password protect this subscription so that users who wish to subscribe to it must provide the correct password. Leave this field blank if you do not wish to encrypt this subscription.', 'ID_CHANGES_SAVED' => 'The changes you made to your InstaDisc settings have been saved!', -- cgit 1.4.1