Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
comment.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2010 at 15:58 UTC
Updated:
5 Dec 2014 at 11:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amateescu commentedThe second one sounds better to me, so here's a patch for that.
Comment #2
sivaji_ganesh_jojodae commentedAdding "string freeze" tag.
Comment #3
joachim commentedIt is technically string freeze? We're not adding or changing any strings, just removing one.
Comment #4
mr.baileysHmmm, the "Share your thoughts and opinions related to this posting" sounds too deep and heavy to me. The first one, "Add a new comment to this page." is actually misleading since it's shown on the teaser (so "this page" is not the page where you'll be adding your comment).
Comment #5
joachim commentedComment #6
kscheirer#1: 977440_add_comment_links_title_attributes.patch queued for re-testing.
Comment #8
andypostRe-roll, suppose we should find better title for the link for example replace "posting" with "content"
PS: There's also
Jump to the first comment of this posting.Comment #9
andypostRelated issue will clean-up some code
Comment #10
yoroy commentedSimplest fix could be to just leave out the "referencing" bits:
"Add a new comment" and "Share your thoughts and opinions"
Comment #11
larowlanComment #12
alexpottSo, in my opinion, posting is a strange word to be using here. I like @yoroy's suggestion - especially "Add a new comment" since when someone comments that might not be sharing their thoughts and opinions but doing something else... To me that text is too opinionated. I agree that we should be consistent.
Comment #13
andypostSo I cleaned all the strings by removing "posting" as @yoroy suggested
Comment #14
larowlanComment #15
alexpottThis issue is a minor bug fix and strings are not yet frozen, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 1cac4b5 and pushed to 8.0.x. Thanks!