minor copyedit
This commit is contained in:
parent
1513d5ecb1
commit
d7fe4d4997
|
@ -193,6 +193,10 @@ a:hover.reply-new {
|
|||
}
|
||||
}
|
||||
|
||||
#suggested-topics .topics {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.heatmap-high {color: scale-color($danger, $lightness: 20%) !important;}
|
||||
.heatmap-med {color: $danger !important;}
|
||||
.heatmap-low {color: scale-color($danger, $lightness: -20%) !important;}
|
||||
|
|
|
@ -1194,7 +1194,7 @@ en:
|
|||
delete_confirm: "You are about to delete <b>%{posts}</b> posts and <b>%{topics}</b> topics from this user, remove their account, block signups from their IP address <b>%{ip_address}</b>, and add their email address <b>%{email}</b> to a permanent block list. Are you sure this user is really a spammer?"
|
||||
yes_delete_spammer: "Yes, Delete Spammer"
|
||||
submit_tooltip: "Submit the private flag"
|
||||
take_action_tooltip: "Cause the flagging threshold to occur"
|
||||
take_action_tooltip: "Reach the flag threshold immediately, rather than waiting for more community flags"
|
||||
cant: "Sorry, you can't flag this post at this time."
|
||||
custom_placeholder_notify_user: "Why does this post require you to speak to this user directly and privately? Be specific, be constructive, and always be kind."
|
||||
custom_placeholder_notify_moderators: "Why does this post require moderator attention? Let us know specifically what you are concerned about, and provide relevant links where possible."
|
||||
|
|
Loading…
Reference in New Issue