From c426489fd4dfc741ba044c6f1a04ad9d06db1434 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Wed, 5 Feb 2014 18:17:41 +0530 Subject: updated the profile_form:description>title --- tbc_external_review.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tbc_external_review.module b/tbc_external_review.module index 5f2bd34..da6153d 100644 --- a/tbc_external_review.module +++ b/tbc_external_review.module @@ -172,7 +172,9 @@ ); $form["description"] = array( "#type" => "textarea", - "#title" => t("Description: (Give a short description about yourself)"), + "#title" => t("Description: + (Research interest / Level of expertise in Scilab / Teaching Expertise ) + "), "#required" => True, "#default_value" => $row["description"], ); -- cgit