Edited dropdown list doesn't save

Hello!

I tried to edit and save one of our dropdown list. After I making all needed changes I pressed “Save” button. The system always notify me that changes may cause troubles in displaying of deleted items. I agreed with notfication but when I refresh the page I see that edited dropdown list was not saved. What I’m doing wrong?

I’ve watched through the HTTPd log. There was the error:

PHP Parse error: syntax error, unexpected T_VARIABLE in /var/www/html/sugarcrm/custom/application/Ext/Language/ru_ru.lang.ext.php on line 111,

I’ve opened this file in vim editor (nano editor didn’t see any wrong symbols) and delete the wrong ‘’ symbol from the line.

Now all works properly.