2
Myalbum/submit.php line 306:
$size_label = new XoopsFormLabel( _ALBM_MAXSIZE , $myalbum_fsize . ( empty( $file_uploads_off ) ? "" : ' "file_uploads" off' ) ) ;
to
$size_label = new XoopsFormLabel( _ALBM_MAXSIZE , ($myalbum_fsize/1048576) . ( empty( $file_uploads_off ) ? "" : ' "file_uploads" off' ) ) ;
(or just divide by 1000000 if you want the easy number)
and change
define("_ALBM_MAXSIZE", "Max file size(byte)");
to
define("_ALBM_MAXSIZE", "Max file size(MB)");
in language/[yourlang]/main.php line 61
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."
Cusix Software