From 8114588c0643cef7a631920b2ea3700aff91ee68 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 15 Apr 2014 21:52:40 -0700 Subject: [PATCH] minor copyedit on auto image downloading --- config/locales/server.cs.yml | 2 +- config/locales/server.en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.cs.yml b/config/locales/server.cs.yml index e9c4e17faad..39c02e42702 100644 --- a/config/locales/server.cs.yml +++ b/config/locales/server.cs.yml @@ -1240,7 +1240,7 @@ cs: signup_form_message: 'I have read and accept the Terms of Service.' deleted: 'smazáno' upload: - edit_reason: "We have downloaded copies of the remote images" + edit_reason: "We downloaded local copies of images in this post" unauthorized: "Bohužel, soubor, který se snažíte nahrát, není povolený (povolené přípony: %{authorized_extensions})." pasted_image_filename: "Vložený obrázek" attachments: diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 86e44149462..de6fd54fea8 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1444,7 +1444,7 @@ en: deleted: 'deleted' upload: - edit_reason: "We have downloaded copies of the remote images" + edit_reason: "We downloaded local copies of images in this post" unauthorized: "Sorry, the file you are trying to upload is not authorized (authorized extensions: %{authorized_extensions})." pasted_image_filename: "Pasted image" store_failure: "Failed to store upload #%{upload_id} for user #%{user_id}."