#1439 closed bug (fixed (in master))
Capitalization of definite articles in artifact descriptions is inconsistent.
Reported by: | myshkin | Owned by: | myshkin |
---|---|---|---|
Milestone: | 3.3.0 | Keywords: | |
Cc: |
Description
We have both "You no longer have the Long Sword 'Ringil'..." and "You have The Long Sword 'Ringil'...". I would like to conform to the former by altering obj_desc_name_prefix(), but need to verify that it makes sense everywhere obj_desc() is called with ODESC_PREFIX.
Change History (3)
comment:1 Changed 9 years ago by myshkin
- Status changed from new to assigned
comment:2 Changed 9 years ago by myshkin
- Status changed from assigned to pending
comment:3 Changed 9 years ago by magnate
- Resolution set to fixed
- Status changed from pending to closed
In master as of [r72e6029], Sun 22 May 2011.
Note: See
TracTickets for help on using
tickets.
Fixed in staging [9df97e6]. Main visible changes are in inventory/equipment listings, where definite and indefinite articles are now lowercased. In the middle of sentences, articles are also lowercased.