Opened 13 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 )
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 , 13 years ago
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 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.
Not as easily done, as %type is a noun which e.g. in German is always capitalized.