Diff of /mambo/branches/4.6/administrator/components/com_categories/admin.categories.php
Parent Directory
|
Revision Log
|
Patch
| revision 194, Thu Jan 26 20:11:56 2006 UTC | revision 262, Sun Feb 12 23:43:25 2006 UTC | |
|---|---|---|
| # | Line 738 | Line 738 |
| 738 | $sectionNew = new mosSection ( $database ); | $sectionNew = new mosSection ( $database ); |
| 739 | $sectionNew->load( $sectionMove ); | $sectionNew->load( $sectionMove ); |
| 740 | ||
| 741 | $msg = sprintf(T_('%d Categories copied to %s'), $total, $sectionNew->name); | $msg = sprintf(Tn_('%d Category copied to %s', '%d Categories copied to %s', $total), $total, $sectionNew->name); |
| 742 | mosRedirect( 'index2.php?option=com_categories§ion='. $sectionOld .'&mosmsg='. $msg ); | mosRedirect( 'index2.php?option=com_categories§ion='. $sectionOld .'&mosmsg='. $msg ); |
| 743 | } | } |
| 744 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

