Posted by jpmckinney on August 21, 2009 at 6:36pm
Jump to:
| Project: | SMS Framework |
| Version: | 6.x-2.x-dev |
| Component: | Send to Phone |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The message in:
<?php
'#value' => t('You need need to <a href="@setup">setup</a> your mobile phone to send messages.', array('@setup' => url('user/'. $user->uid .'/mobile')))
?>repeats "need". Change it to:
<?php
'#value' => t('You need to <a href="@setup">setup</a> your mobile phone to send messages.', array('@setup' => url('user/'. $user->uid .'/mobile')))
?>
Comments
#1
committed.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.