Changeset 6648

Show
Ignore:
Timestamp:
09/08/08 08:09:18 (5 years ago)
Author:
mickecarlsson
Message:

Fixed type in prevoius change

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/featurecodeadmin/page.featurecodeadmin.php

    r6647 r6648  
    4949      } 
    5050      if (!empty($conflict_url)) { 
    51         $str = "_(You have feature code conflicts with extension numbers in other modules. This will result in unexpected and broken behavior."); 
     51        $str = _("You have feature code conflicts with extension numbers in other modules. This will result in unexpected and broken behavior."); 
    5252        echo "<script>javascript:alert('$str')</script>"; 
    5353        echo "<h4>"._("Feature Code Conflicts with other Extensions")."</h4>";