Show
Ignore:
Timestamp:
09/27/08 12:35:26 (5 years ago)
Author:
p_lindheimer
Message:

closes #3242 gettext enclosure

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php

    r6857 r6864  
    10211021      } 
    10221022    } 
    1023     $object = $usage_count > 1 ? "Objects":"Object"
     1023    $object = $usage_count > 1 ? _("Objects"):_("Object")
    10241024    return array('text' => ' '.sprintf(_("Used as Destination by %s %s"),$usage_count, $object), 
    10251025                 'tooltip' => $str,