From 2fe70819d5f2e1dae40561f58be2945b3aa1660b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 4 Aug 2013 01:19:15 -0700 Subject: [PATCH] don't show image extensions BECAUSE SERIOUSLY IMAGES JESUS DUH --- config/locales/client.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index ac593c5f40..d4b9253920 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -496,8 +496,8 @@ en: 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" - local_tip: "click to select an image from your device (allowed extensions: {{authorized_extensions}})." - local_tip_with_attachments: "click to select an image or a file from your device (allowed extensions: {{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}})" upload_title: "Upload image" upload_title_with_attachments: "Upload image or file" uploading: "Uploading"