diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-24 19:36:18 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-24 19:36:18 +0000 |
commit | 7c3a2b1456bf64bbbbc4a3ea366c16e17be5bee8 (patch) | |
tree | 46d78fa1adddef6fd5af6acacfbc521828828465 /update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php | |
parent | f7a0bb1a348f68314f4a3f9a0525fd26350b9615 (diff) | |
download | instadisc-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.php | 2 |
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 | ||