BUG 11057 English language - Label Id is set with accents SOLVED

- Incorrect value in label id
- Fix incorrect value in label id
This commit is contained in:
Julio Cesar Laura
2013-03-22 13:38:44 -04:00
parent 8714577a9f
commit cbee554783
3 changed files with 4 additions and 4 deletions

View File

@@ -4751,7 +4751,7 @@ SELECT 'LABEL','ID_PROFILE','en','Profile','2012-06-01'
UNION ALL
SELECT 'LABEL','ID_PLEASE_SELECT_PHOTO','en','Please select a photo','2012-06-01'
UNION ALL
SELECT 'LABEL','ID_RESUME','en','Résumé','2012-06-01'
SELECT 'LABEL','ID_RESUME','en','Resume','2012-06-01'
UNION ALL
SELECT 'LABEL','ID_USER_ID','en','User ID (*)','2012-06-01'
UNION ALL