After update to VM 2.0.10 (from 2.0.0) using Joomla 1.7.3, I have a strange string in the Custom Field Type drop down menu. The function seem to work, but it looks like a string is missing somewhere. See screenshot. Any idea?
[attachment cleanup by admin]
So nobody had an answer...
So I went to the db and found it.
I found and updated it in the database:
UPDATE `db_name`.`dbsd8_virtuemart_customs` SET `custom_title` = 'Select' WHERE `dbsd8_virtuemart_customs`.`virtuemart_custom_id` =3;
So far, it seems to work. Just wondering why that string is in the database and not in the language files.
In the meantime, I'm using:
Joomla! 2.5.7
VirtueMart 2.0.10