Opened 12 years ago

Last modified 6 years ago

#8551 assigned bug

"Open with" shows uppercase words in Relation column

Reported by: diver Owned by: nobody
Priority: normal Milestone: R1
Component: Applications/Tracker Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by humdinger)

This is hrev44133, gcc2hybrid.

The "Relation" column of a file in the "Open with" window shows a combination of a text "Handles..." or "Preferred..." and the short description of the MIME type. The short description starts with a capital letter, so that results in e.g. "Preferred for Folder" or "Handles Text file".

Proposed solution: set short description ToLower() so that "Preferred for Folder" would became "Preferred for folder" and so on.

Set %type ToLower(): http://cgit.haiku-os.org/haiku/tree/src/kits/tracker/OpenWithWindow.cpp#n1470

Change History (4)

comment:1 by humdinger, 12 years ago

Not as easily done, as %type is a noun which e.g. in German is always capitalized.

comment:2 by axeld, 7 years ago

Owner: changed from axeld to nobody
Status: newassigned

comment:3 by waddlesplash, 6 years ago

So, close as not fixing?

comment:4 by humdinger, 6 years ago

Description: modified (diff)
Summary: [Tracker] set short description ToLower() so that "Preferred for Folder" would became "Preferred for folder" and so on."Open with" shows uppercase words in Relation column

The problem still exists, even though I have no idea what the solution could be...
I'm adjusting the tickets summary and description.

Note: See TracTickets for help on using tickets.