Download & Extend

Typo: repetition of "need" in sms_sendtophone_page()

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

Status:needs review» fixed

committed.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.