I've received the following error when I was trying to edit a Language Key so that it displayed the correct caption:
Database error in
Query:
INSERT INTO `sys_localization_keys`(`IDCategory`, `Key`) VALUES('1', '_FieldCaption_CreativeInfo_Edit')
Mysql error: Duplicate entry '_FieldCaption_CreativeInfo_Edit' for key 2
Found error in the file '/home/differen/public_html/administration/lang_file.php' at line 117.
Called 'query' function with erroneous argument #0.
Have looked at other answers and it's a bit confusing.
Does this mean I need to delete the duplicate entry in the DB or is it the line of code in the language file (117) that's at fault?