From 19bb2b9487293f5b39e2a05e5e7f704ed50b2347 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 15 Jul 2003 14:58:16 +0000 Subject: [PATCH] Couple more little updates git-svn-id: file:///svn/phpbb/trunk@4265 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_admin.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index b011cd84ea..daa7fcbe45 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -994,7 +994,9 @@ $lang = array_merge($lang, array( 'THEME_UPDATED' => 'Theme updated successfully', - + 'MANAGE_IMAGESET_EXPLAIN'=> 'Imagesets comprise all the button, forum, folder, etc. and other non-style specific images used by the board. Here you can edit, export or delete existing imagesets and import or activate new sets.', + 'EDIT_IMAGESET' => 'Edit Imageset', + 'EDIT_IMAGESET_EXPLAIN' => 'Here you can edit the individual images which define the imageset. You can also specify dimensions for the image. Dimensions are optional, specifying them can overcome certain rendering issues with some browsers. By not specifying them you reduce the size of the database record a little.', 'Select_template' => 'Select template',