Public bug reported:

Binary package hint: system-config-printer

If you check Jobviewer - Job menu - Cancel entry is missing from po
file. This entry gets same translated string as cancel button what is
not fit for Hungarian language. Please make localizable Cancel in
jobviewer.py.

I expect this causes the problem:

    job_action_group = gtk.ActionGroup? ("JobActionGroup?")
job_action_group.add_actions ([

        ("cancel-job", gtk.STOCK_CANCEL, None, None, None,

            self.on_job_cancel_activate),

        ("hold-job", gtk.STOCK_MEDIA_PAUSE, _("_Hold"), None, None,

            self.on_job_hold_activate),

        ("release-job", gtk.STOCK_MEDIA_PLAY, _("_Release"), None, None,

            self.on_job_release_activate),

        ("reprint-job", gtk.STOCK_REDO, _("Re_print"), None, None,

            self.on_job_reprint_activate),

        ("authenticate-job", None, _("_Authenticate"), None, None,

            self.on_job_authenticate_activate)

        ])

Note this line: ("cancel-job", gtk.STOCK_CANCEL, None, None, None,
self.on_job_cancel_activate),

This problem is for 1.1.x and master however I did not reviewed older
versions.

Reported to upstream here:
https://fedorahosted.org/system-config-printer/ticket/188

** Affects: system-config-printer (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Jobviewer's Job - Cancel is not localizable
https://bugs.launchpad.net/bugs/421369
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to