Opened 11 years ago
Closed 11 years ago
#1254 closed enhancement (fixed)
Trac Notifications: improve tense for "subscribe" in trac_notifications_box_render()
| Reported by: | tyxla | Owned by: | drewapicture |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Trac | Keywords: | has-patch |
| Cc: |
Description
In trac_notifications_box_render(), the "subscribe" verb is used in present simple. But it makes sense to use present perfect tense there. These texts are displayed in the "Notifications" box of a particular ticket in Trac.
To clarify a bit better, here is a demo of how the notification texts appear right now:
- You are receiving notifications because you subscribe to the javascript focus.
- You are receiving notifications because you subscribe to the REST API component.
- You are receiving notifications because you subscribe to the 4.4 milestone.
After the change I'm suggesting, the texts will appear this way:
- You are receiving notifications because you have subscribed to the javascript focus.
- You are receiving notifications because you have subscribed to the REST API component.
- You are receiving notifications because you have subscribed to the 4.4 milestone.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Improve tense for "subscribe" in
trac_notifications_box_render()