Changeset 9617

Show
Ignore:
Timestamp:
05/12/10 19:45:38 (3 years ago)
Author:
p_lindheimer
Message:

text tweak

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/directory/functions.inc.php

    r9615 r9617  
    267267    $user = ''; 
    268268  } 
    269   $delete='<img src="images/trash.png" style="cursor:pointer;" alt="'._('remove').'" title="'._('Click here to remove this pattern').'" class="trash-tr">'; 
     269  $delete='<img src="images/trash.png" style="cursor:pointer;" alt="'._('remove').'" title="'._('Click here to remove this entry').'" class="trash-tr">'; 
    270270  $t1_class = $name == '' ? ' class = "dpt-title" ' : ''; 
    271271  $t2_class = $realid == 'custom' ? ' title="Custom Dialstring" ' : ' title="'.$realid.'" ';