Modify ↓
Opened 15 years ago
Closed 15 years ago
#6489 closed enhancement (fixed)
How to rename "Import" label shown in mainnav
Reported by: | Adrian Fritz | Owned by: | François Granade |
---|---|---|---|
Priority: | normal | Component: | TicketImportPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Modifiying mainnav section on trac.ini
file I'm able to set the order "Importer" will display.
[trac] mainnav = wiki,...,tickets,newticket,importer,timeline,tags,Billing,admin,search
But I'm not able to modify its label, let's say from "Importer" to "Import Tickets":
[mainnav] wiki.label = Home admin.label = Config Trac newticket.label = New Ticket tickets.label = View Tickets import.label = Import Tickets ...
I wonder to know if there is a way to do so?
Thank you
Adrián
Attachments (0)
Change History (3)
comment:1 follow-up: 2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I found my error. Instead of 'import' I should have used 'importer'
-
importer.label = Import Tickets
Note: See
TracTickets for help on using
tickets.
Seems it's fixed on source code (http://trac-hacks.org/browser/ticketimportplugin/0.11/talm_importer/importer.py)
It's that correct?