Summary: | Printer configuration dialog returns an error for Polish language | ||
---|---|---|---|
Product: | [Unmaintained] system-config-printer-kde | Reporter: | karaluh <karaluh> |
Component: | general | Assignee: | Jonathan Riddell <jr> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | lueck, mr |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
karaluh
2009-09-15 11:16:42 UTC
Confirmed from spanish language. This is a localization bug. If you executes: LC_ALL="en_EN" systemsettings the module loads correctly. ----------------------------------- 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")), thats all. Yes, I can confirm this bug. Locale cs_CZ. Kde 4.3.2, Qt 4.5.3. this is a duplicate of #207433 damn, I mean #202964 Yep and 202964 was fixed: SVN commit 1034769 by jriddell: http://websvn.kde.org/?view=rev&revision=1034769 *** This bug has been marked as a duplicate of bug 202964 *** |