There is a sed script listed in the comments for Bug #697780. Using this script (using sudo on the /usr/share/pyshared/ directory).
script:
sed -i 's/CENTRAL/CENTER/g' openshot/blender/*.xml openshot/blender/scripts/*.pysed -i 's/CENTRAL/CENTER/g' openshot/blender/*.xml openshot/blender/scripts/*.py
This closes the issue for me as Bug #697780 indicates that it's fixed in the next release.
There is a sed script listed in the comments for Bug #697780. Using this script (using sudo on the /usr/share/ pyshared/ directory).
script:
sed -i 's/CENTRAL/ CENTER/ g' openshot/ blender/ *.xml openshot/ blender/ scripts/ *.pysed -i 's/CENTRAL/ CENTER/ g' openshot/ blender/ *.xml openshot/ blender/ scripts/ *.py
This closes the issue for me as Bug #697780 indicates that it's fixed in the next release.