missed an image upload extension removal

This commit is contained in:
Jeff Atwood 2013-08-04 01:20:52 -07:00
parent 2fe70819d5
commit fadb6afde8
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ en:
add_title_with_attachments: "Add image or file" add_title_with_attachments: "Add image or file"
remote_title: "remote image" remote_title: "remote image"
remote_title_with_attachments: "remote image or file" 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}})." 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: "local image"
local_title_with_attachments: "local image or file" local_title_with_attachments: "local image or file"