Ticket #2726 (closed defect: fixed)
[i18n] add context to None translation in manage bookmark window
| Reported by: | Yavor Doganov <yavor@…> | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.1 |
| Component: | None | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | OS: |
Description
In src/config.py:2638 there is an error, IMVHO. Should be:
- self.option_list = {'': _('Default'), 'all': _('?print_status:All'),
+ self.option_list = {'': _('Default'), 'all': _('All'),
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
