Changeset 673 for trunk/app/views/messages
- Timestamp:
- 07/24/08 00:04:18 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/messages/message.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/messages/message.ctp
r653 r673 6 6 7 7 if ($blog["User"]["id"] == $session->read('Auth.User.id')): 8 echo $html->para(null, '( Will you send a message to yourself?)');;8 echo $html->para(null, '('.__('Will you send a message to yourself', true).'?)');; 9 9 endif; 10 10 ?>
