Opened 15 years ago
Closed 11 years ago
#130 closed defect (fixed)
Hardcoded English text in Advanced window
Reported by: | jmckenna | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Installer |
Version: | Keywords: | ||
Cc: | hhayashi |
Description
Through adding japanese support in ticket:126 we discovered that the advanced dialog has some hardcoded english words (see attached screen capture). Text such as "Current", "New", "Bin", "Src", "Size", "Package" are hardcoded in PickView.cc
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | advanced-jp.png added |
---|
comment:1 by , 15 years ago
for example, here is a part of PickView.cc:
static PickView::Header pkg_headers[] = { {"Current", 0, 0, true}, {"New", 0, 0, true}, {"Bin?", 0, 0, false}, {"Src?", 0, 0, false}, {"Categories", 0, 0, true}, {"Size", 0, 0, true}, {"Package", 0, 0, true}, {0, 0, 0, false} };
Note:
See TracTickets
for help on using tickets.
Advanced dialog on a japanese system