Author: cfinck Date: Sun Dec 16 15:38:18 2007 New Revision: 31275
URL: http://svn.reactos.org/svn/reactos?rev=31275&view=rev Log: Fix a typo
Modified: trunk/web/reactos.org/htdocs/paste/inc/paste.php
Modified: trunk/web/reactos.org/htdocs/paste/inc/paste.php URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/paste/inc/pa... ============================================================================== --- trunk/web/reactos.org/htdocs/paste/inc/paste.php (original) +++ trunk/web/reactos.org/htdocs/paste/inc/paste.php Sun Dec 16 15:38:18 2007 @@ -79,7 +79,7 @@ } ?> | <a href="<?php echo $ros_paste_SET_path_ex . $result_pasteid['paste_id'] .'/text/'; ?>" target="_blank">Download as Text</a> - <a href="<?php echo $ros_paste_SET_path_ex . $result_pasteid['paste_id'] .'/textw/'; ?>" target="_blank">(word-warp)</a> | + <a href="<?php echo $ros_paste_SET_path_ex . $result_pasteid['paste_id'] .'/textw/'; ?>" target="_blank">(word-wrap)</a> | <a href="<?php echo $ros_paste_SET_path_ex . 'recent/'; ?>">Other recent pastes</a> | <a href="<?php echo $ros_paste_SET_path; ?>">Create new paste</a> </p> <?php