copyedits on upload; fix single quote

This commit is contained in:
Jeff Atwood 2014-11-12 00:47:23 -08:00
parent f83033ad41
commit eb2df53e95
2 changed files with 4 additions and 4 deletions

View file

@ -737,10 +737,10 @@ en:
title_with_attachments: "Add an image or a file" title_with_attachments: "Add an image or a file"
from_my_computer: "From my device" from_my_computer: "From my device"
from_the_web: "From the web" from_the_web: "From the web"
remote_tip: "link to image http://example.com/image.jpg" remote_tip: "link to image"
remote_tip_with_attachments: "link to image or file http://example.com/file.ext (allowed extensions: {{authorized_extensions}})." remote_tip_with_attachments: "link to image or file ({{authorized_extensions}})"
local_tip: "click to select an image from your device" 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: "(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)" hint_for_supported_browsers: "(you can also drag and drop or paste images into the editor to upload them)"
uploading: "Uploading" uploading: "Uploading"

View file

@ -443,7 +443,7 @@ en:
email_title: 'Your post in "%{title}"' email_title: 'Your post in "%{title}"'
email_body: "%{link}\n\n%{message}" email_body: "%{link}\n\n%{message}"
notify_moderators: notify_moderators:
title: 'It's something else' title: "It's something else"
description: 'This post requires moderator attention for another reason not listed above.' description: 'This post requires moderator attention for another reason not listed above.'
long_form: 'flagged this for moderator attention' long_form: 'flagged this for moderator attention'
email_title: 'A post in "%{title}" requires moderator attention' email_title: 'A post in "%{title}" requires moderator attention'