Opened 14 years ago
Closed 14 years ago
#6971 closed bug (fixed)
Typo in Terminal tooltip text
Reported by: | Karvjorm | Owned by: | phoudoin |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Terminal | Version: | R1/alpha2 |
Keywords: | typo in tooltip text | Cc: | Karvjorm |
Blocked By: | Blocking: | ||
Platform: | All |
Description
I copied this from HTA:
\t%d\t-\tThe current working directory of the active process in the.\n\t\t\tcurrent tab. Optionally the maximum number of path components\n\t\t\tcan be specified. E.g. '%2d' for at most two components.\n\t%i\t-\tThe index of the window.\n\t%p\t-\tThe name of the active process in the current tab.\n\t%t\t-\tThe title of the current tab.\n\t%%\t-\tThe character '%'.
There is an extra period at the end of first line. It should have left out.
br, Karvjorm
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev39772. Thanks for reporting.