[phpcvsview-cvs-updates] phpcvsview/languages en.php,1.5,1.6
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Brian C. <bch...@us...> - 2005-04-16 02:41:06
|
Update of /cvsroot/phpcvsview/phpcvsview/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17843 Modified Files: en.php Log Message: - Added alternate text for the forgotten Module icon. Index: en.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/languages/en.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** en.php 16 Apr 2005 01:55:40 -0000 1.5 --- en.php 16 Apr 2005 02:40:58 -0000 1.6 *************** *** 91,94 **** --- 91,95 ---- $lang['icon_file'] = 'File'; $lang['icon_parent'] = 'Up'; + $lang['icon_mod'] = 'Mod'; ?> |