mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:04:21 +08:00
copyedits on upload; fix single quote
This commit is contained in:
parent
f83033ad41
commit
eb2df53e95
|
@ -737,10 +737,10 @@ en:
|
|||
title_with_attachments: "Add an image or a file"
|
||||
from_my_computer: "From my device"
|
||||
from_the_web: "From the web"
|
||||
remote_tip: "link to image http://example.com/image.jpg"
|
||||
remote_tip_with_attachments: "link to image or file http://example.com/file.ext (allowed extensions: {{authorized_extensions}})."
|
||||
remote_tip: "link to image"
|
||||
remote_tip_with_attachments: "link to image or file ({{authorized_extensions}})"
|
||||
local_tip: "click to select an image from your device"
|
||||
local_tip_with_attachments: "click to select an image or a file from your device (allowed extensions: {{authorized_extensions}})"
|
||||
local_tip_with_attachments: "click to select an image or file from your device ({{authorized_extensions}})"
|
||||
hint: "(you can also drag & drop into the editor to upload them)"
|
||||
hint_for_supported_browsers: "(you can also drag and drop or paste images into the editor to upload them)"
|
||||
uploading: "Uploading"
|
||||
|
|
|
@ -443,7 +443,7 @@ en:
|
|||
email_title: 'Your post in "%{title}"'
|
||||
email_body: "%{link}\n\n%{message}"
|
||||
notify_moderators:
|
||||
title: 'It's something else'
|
||||
title: "It's something else"
|
||||
description: 'This post requires moderator attention for another reason not listed above.'
|
||||
long_form: 'flagged this for moderator attention'
|
||||
email_title: 'A post in "%{title}" requires moderator attention'
|
||||
|
|
Loading…
Reference in New Issue
Block a user