Changeset 12210
- Timestamp:
- 06/06/11 07:43:35 (2 years ago)
- Files:
-
- modules/branches/2.10/core/page.routing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/core/page.routing.php
r12208 r12210 342 342 }, 343 343 error: function(data) { 344 alert("<?php _("An unknown error occurred repositioning routes, refresh your browser to see the current correct route positions") ?>"); 344 alert("<?php echo _("An unknown error occurred repositioning routes, refresh your browser to see the current correct route positions") ?>"); 345 return false; 345 346 } 346 347 });
