Changeset 6648
- Timestamp:
- 09/08/08 08:09:18 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/featurecodeadmin/page.featurecodeadmin.php
r6647 r6648 49 49 } 50 50 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."); 52 52 echo "<script>javascript:alert('$str')</script>"; 53 53 echo "<h4>"._("Feature Code Conflicts with other Extensions")."</h4>";
