Changes between Initial Version and Version 1 of Ticket #3562, comment 1
- Timestamp:
- 04/09/2018 07:57:44 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3562, comment 1
initial v1 1 1 The existing string looks good to me, it explains where the link goes. "on" means "on the topic of" here, not that the page itself is the handbook. 2 2 3 It could probably be made a bit clearer with `"please see the Accessibility Handbook page on <a href="%s">Reporting Accessibility Issues</a>"`. 3 It could probably be made a bit clearer with: 4 * `"please see the Accessibility Handbook page on <a href="%s">Reporting Accessibility Issues</a>"`. 5 or: 6 * `"please see the <a href="%s">Reporting Accessibility Issues</a> page in Accessibility Handbook"`.