From eb2df53e95ee2121b43a813a8cef21ea81bdc05c Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 12 Nov 2014 00:47:23 -0800 Subject: [PATCH] copyedits on upload; fix single quote --- config/locales/client.en.yml | 6 +++--- config/locales/server.en.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 10c5cbe1a2f..158cf85a6b5 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -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" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index a48c63ccb82..fb6f074ef35 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -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'