From c1f99140690e298d4c23ef0f972c85a37e68a427 Mon Sep 17 00:00:00 2001 From: Prashant P. Shah Date: Tue, 29 May 2012 11:39:37 +0530 Subject: adds automatic folder creation during installation Signed-off-by: Prashant P. Shah --- solution_proposal.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solution_proposal.inc') diff --git a/solution_proposal.inc b/solution_proposal.inc index 04c473e..3ddb024 100755 --- a/solution_proposal.inc +++ b/solution_proposal.inc @@ -76,7 +76,7 @@ function lab_migration_solution_proposal_form($form_state) ); $form['solution_provider_contact_ph'] = array( '#type' => 'textfield', - '#title' => t('Contact Phone No.'), + '#title' => t('Contact No.'), '#size' => 30, '#maxlength' => 15, '#required' => TRUE, -- cgit