Page 1 of 1

Changing text

Posted: Tue Mar 05, 2013 11:35 am
by koninc
System 2.4.2

I want to change the word Message: to Please describe you problem here:

I have tried to change the Message in index, the only thing is happen the word Massage will disappear...

Thanks for the answers in advanced.

Conny

Re: Changing text

Posted: Tue Mar 05, 2013 12:07 pm
by koninc
koninc wrote:System 2.4.2

I want to change the word Message: to Please describe you problem here:

I have tried to change the Message in index, the only thing is happen the word Massage will disappear...

Thanks for the answers in advanced.

Conny
I mean this in red
<td style="text-align:right" width="150" valign="top">Message: <font class="important">*</font></td>
<td width="80%"><textarea name="Please describe your problem" rows="12" cols="60" ></textarea>

Re: Changing text

Posted: Tue Mar 05, 2013 3:33 pm
by Klemen
All the text used by HESK is stored in the "language/en/text.php" file, you will need to modify it there.

Here are a few guidelines for editing that file:
http://www.hesk.com/knowledgebase/?article=34

Re: Changing text

Posted: Tue Mar 05, 2013 5:52 pm
by koninc
Klemen wrote:All the text used by HESK is stored in the "language/en/text.php" file, you will need to modify it there.

Here are a few guidelines for editing that file:
http://www.hesk.com/knowledgebase/?article=34
Thank you for the answer...

//Conny