Page 1 of 1

Duplicate phrase identifiers in the language file

Posted: Sun Dec 30, 2012 6:43 am
by Hyvätti
Version of script: 2.4.1
What terms did you try when SEARCHING for a solution: duplicates

Hi, I found the following duplicates of terms in the language file.. the latter of course overrides, but maybe it would be clearest to remove the former:

$hesklang['enter_message']='Please enter your message';
$hesklang['enter_message']='Please enter your message';

$hesklang['open']='Open'; // Open ticket STATUS
$hesklang['open']='New';

$hesklang['closed']='closed'; // The ticket has been CLOSED
$hesklang['closed']='Resolved';

$hesklang['reply_submitted']='Your reply was submitted';
$hesklang['reply_submitted']='Reply submitted';

$hesklang['profile_updated']='Profile updated';
$hesklang['profile_updated']='Profile updated';

$hesklang['profile_updated_success']='User profile has been successfully updated';
$hesklang['profile_updated_success']='Your profile has been successfully updated';

$hesklang['view_your_ticket']='View your ticket';
$hesklang['view_your_ticket']='View your ticket';

$hesklang['saved_title']='Canned response title';
$hesklang['saved_title']='Title';

Re: Duplicate phrase identifiers in the language file

Posted: Sun Dec 30, 2012 1:57 pm
by Klemen
Thanks for the heads-up, will clean it up in 2.5