[ros-diffs] [cfinck] 31275: Fix a typo
cfinck at svn.reactos.org
cfinck at svn.reactos.org
Sun Dec 16 13:38:19 CET 2007
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/paste.php?rev=31275&r1=31274&r2=31275&view=diff
==============================================================================
--- 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
More information about the Ros-diffs
mailing list