Show
Ignore:
Timestamp:
03/02/2008 07:28:37 AM (5 years ago)
Author:
moo
Message:

fix % used translation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/help-en.lang.php

    r522 r539  
    44<dt><?php echo _T('Size'); ?>: </dt><dd>Cache Size, Size of the cache (or cache chunk), in bytes</dd> 
    55<dt><?php echo _T('Avail'); ?>: </dt><dd>Available Memory, free memory in bytes of this cache</dd> 
    6 <dt><?php echo _T('%'); ?>: </dt><dd>Percent, A bar shows how much memory available in percent</dd> 
     6<dt><?php echo _T('% Used'); ?>: </dt><dd>Percent, A bar shows how much memory available in percent, and memory blocks status</dd> 
    77<dt><?php echo _T('Clear'); ?>: </dt><dd>Clear Button, Press the button to clean this cache</dd> 
    88<dt><?php echo _T('Compiling'); ?>: </dt><dd>Compiling flag, "yes" if the cache is busy compiling php script</dd>