about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/language
diff options
context:
space:
mode:
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/language')
-rw-r--r--update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php4
1 files changed, 2 insertions, 2 deletions
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(
40 'SUBSCRIPTION' => 'Subscription', 40 'SUBSCRIPTION' => 'Subscription',
41 41
42 'SUBSCRIPTION_TITLE' => 'Subscription Title', 42 'SUBSCRIPTION_TITLE' => 'Subscription Title',
43 'SUBSCRIPTION_URL' => 'Subscription URL', 43 'SUBSCRIPTION_FILE' => 'Subscription File URL',
44 'ENCRYPTION' => 'Encryption Key', 44 'ENCRYPTION' => 'Encryption Key',
45 45
46 'SUBSCRIPTION_URL_DESC' => 'This is a unique URI used to identify your subscription.', 46 'SUBSCRIPTION_FILE_DESC' => 'This is the URL of your subscription file',
47 '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.', 47 '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.',
48 48
49 'ID_CHANGES_SAVED' => 'The changes you made to your InstaDisc settings have been saved!', 49 'ID_CHANGES_SAVED' => 'The changes you made to your InstaDisc settings have been saved!',