Comment 24 for bug 331192

Revision history for this message
Commat (commat) wrote : Re: KDE printer configuration app stopped working on Jaunty

How to fix it.

Edit file:
 /usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py

Go to line 223 and ...

Replace -> special_choice=_("Automatic rotation")),
 by -> special_choice=i18n("Automatic rotation")),

It works for me.