about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-24 19:36:18 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-24 19:36:18 +0000
commit7c3a2b1456bf64bbbbc4a3ea366c16e17be5bee8 (patch)
tree46d78fa1adddef6fd5af6acacfbc521828828465 /update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php
parentf7a0bb1a348f68314f4a3f9a0525fd26350b9615 (diff)
downloadinstadisc-7c3a2b1456bf64bbbbc4a3ea366c16e17be5bee8.tar.gz
instadisc-7c3a2b1456bf64bbbbc4a3ea366c16e17be5bee8.tar.bz2
instadisc-7c3a2b1456bf64bbbbc4a3ea366c16e17be5bee8.zip
Update: Added encryption field to phpBB3 ACP
Refs #39
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php')
-rw-r--r--update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php2
1 files changed, 2 insertions, 0 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 aa90c6e..17023c6 100644 --- a/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php +++ b/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php
@@ -46,6 +46,8 @@ $lang = array_merge($lang, array(
46 'PASSWORD' => 'Password', 46 'PASSWORD' => 'Password',
47 'ACTIVATION' => 'Activation Key', 47 'ACTIVATION' => 'Activation Key',
48 48
49 'ENCRYPTION' => 'Encryption Key',
50
49 'LN' => "\n", 51 'LN' => "\n",
50)); 52));
51 53