This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111470/

This change has been marked as submitted.


Review request for KDE Edu and Frederik Gladhorn.
By Yuri Chornoivan.

Updated Aug. 15, 2013, 4:38 a.m.

Description

Parley Google images plugin fails to load in Ukrainian (Cyrillic) with the message:

/usr/share/apps/parley/plugins/google_images.py, line 250:
'ascii' codec can't encode characters in position 0-6: ordinal not in range(128)
Backtrace:
File "/usr/share/apps/parley/plugins/google_images.py", line 250, in <module>
action1.statusTip = str(i18n("Fetches an image for the selected translation"))

This patch tries to avoid this inconvenience.

Testing

No errors while loading editor. Plugin does not work anyway, but it's a different story. ;)

Diffs

  • plugins/google_images.py (5317ba6)

View Diff