From fadb6afde817bf710ea7957bcf8fcfdb7563cad6 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 4 Aug 2013 01:20:52 -0700 Subject: [PATCH] missed an image upload extension removal --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index d4b9253920d..b27888153fb 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -492,7 +492,7 @@ en: add_title_with_attachments: "Add image or file" remote_title: "remote image" remote_title_with_attachments: "remote image or file" - remote_tip: "enter address of an image in the form http://example.com/image.jpg (allowed extensions: {{authorized_extensions}})." + remote_tip: "enter address of an image in the form http://example.com/image.jpg" remote_tip_with_attachments: "enter address of an image or a file in the form http://example.com/file.ext (allowed extensions: {{authorized_extensions}})." local_title: "local image" local_title_with_attachments: "local image or file"